Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2dcb2eb

Browse files
Add function prototype from previous commit.
1 parent c504513 commit 2dcb2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_aggregate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ DATA(insert ( 3545 bytea_string_agg_transfn bytea_string_agg_finalfn 0 2281 _nu
235235
/*
236236
* prototypes for functions in pg_aggregate.c
237237
*/
238-
extern void AggregateCreate(const char *aggName,
238+
extern Oid AggregateCreate(const char *aggName,
239239
Oid aggNamespace,
240240
Oid *aggArgTypes,
241241
int numArgs,

0 commit comments

Comments
 (0)