projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c504513
)
Add function prototype from previous commit.
author
Simon Riggs
<
[email protected]
>
Mon, 24 Dec 2012 09:18:42 +0000
(09:18 +0000)
committer
Simon Riggs
<
[email protected]
>
Mon, 24 Dec 2012 09:18:42 +0000
(09:18 +0000)
src/include/catalog/pg_aggregate.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/pg_aggregate.h
b/src/include/catalog/pg_aggregate.h
index 4f44c46f4f220b16bb503074fd48532b8643e0ef..28398f11719f616a81afbfdb03cb58cc24dd509b 100644
(file)
--- 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
vo
id AggregateCreate(const char *aggName,
+extern
O
id AggregateCreate(const char *aggName,
Oid aggNamespace,
Oid *aggArgTypes,
int numArgs,