From 2dcb2ebee2ec830fbe547459b2176238efc2a3e0 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Mon, 24 Dec 2012 09:18:42 +0000 Subject: [PATCH] Add function prototype from previous commit. --- src/include/catalog/pg_aggregate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h index 4f44c46f4f..28398f1171 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, -- 2.40.0