We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb07860 commit dad2e23Copy full SHA for dad2e23
src/include/utils/json_generic.h
@@ -62,7 +62,7 @@ struct JsonContainerOps
62
char *(*toString)(StringInfo out, JsonContainer *jc,
63
int estimated_len);
64
JsonContainer *(*copy)(JsonContainer *jc);
65
- void *(*free)(JsonContainer *jc);
+ void (*free)(JsonContainer *jc);
66
};
67
68
typedef struct CompressedObject
0 commit comments