8000 Add function prototype from previous commit. · postgres/postgres@2dcb2eb · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0