We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c504513 commit 2dcb2ebCopy full SHA for 2dcb2eb
src/include/catalog/pg_aggregate.h
@@ -235,7 +235,7 @@ DATA(insert ( 3545 bytea_string_agg_transfn bytea_string_agg_finalfn 0 2281 _nu
235
/*
236
* prototypes for functions in pg_aggregate.c
237
*/
238
-extern void AggregateCreate(const char *aggName,
+extern Oid AggregateCreate(const char *aggName,
239
Oid aggNamespace,
240
Oid *aggArgTypes,
241
int numArgs,
0 commit comments