mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
Add function prototype from previous commit.
This commit is contained in:
@@ -235,7 +235,7 @@ DATA(insert ( 3545 bytea_string_agg_transfn bytea_string_agg_finalfn 0 2281 _nu
|
|||||||
/*
|
/*
|
||||||
* prototypes for functions in pg_aggregate.c
|
* prototypes for functions in pg_aggregate.c
|
||||||
*/
|
*/
|
||||||
extern void AggregateCreate(const char *aggName,
|
extern Oid AggregateCreate(const char *aggName,
|
||||||
Oid aggNamespace,
|
Oid aggNamespace,
|
||||||
Oid *aggArgTypes,
|
Oid *aggArgTypes,
|
||||||
int numArgs,
|
int numArgs,
|
||||||
|
Reference in New Issue
Block a user