summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Riggs2012-12-24 09:18:42 +0000
committerSimon Riggs2012-12-24 09:18:42 +0000
commit2dcb2ebee2ec830fbe547459b2176238efc2a3e0 (patch)
tree0fcd5b998d21a0621904ea990420b2afd38b53d0 /src
parentc504513f83a9ee8dce4a719746ca73102cae9f13 (diff)
Add function prototype from previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_aggregate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h
index 4f44c46f4f2..28398f11719 100644
--- a/src/include/catalog/pg_aggregate.h
+++ b/src/include/catalog/pg_aggregate.h
@@ -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
*/
-extern void AggregateCreate(const char *aggName,
+extern Oid AggregateCreate(const char *aggName,
Oid aggNamespace,
Oid *aggArgTypes,
int numArgs,