Changeset: 3e817d494b71 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3e817d494b71 Modified Files: monetdb5/modules/atoms/pg_jsonpath/postgres_defines_internal.h Branch: json-extend Log Message:
use GDKzalloc diffs (12 lines): diff --git a/monetdb5/modules/atoms/pg_jsonpath/postgres_defines_internal.h b/monetdb5/modules/atoms/pg_jsonpath/postgres_defines_internal.h --- a/monetdb5/modules/atoms/pg_jsonpath/postgres_defines_internal.h +++ b/monetdb5/modules/atoms/pg_jsonpath/postgres_defines_internal.h @@ -39,7 +39,7 @@ typedef struct Node #define errcode(X) /* TODO */ #define errmsg(X) /* TODO */ -#define palloc(X) GDKmalloc(X) +#define palloc(X) GDKzalloc(X) #define pfree(X) GDKfree(X) #define repalloc(M,NSIZE) GDKrealloc(M, NSIZE) _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org