mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Add bytea_agg, parallel to string_agg.
Pavel Stehule
This commit is contained in:
@ -769,6 +769,8 @@ extern Datum unknownsend(PG_FUNCTION_ARGS);
|
||||
|
||||
extern Datum pg_column_size(PG_FUNCTION_ARGS);
|
||||
|
||||
extern Datum bytea_agg_transfn(PG_FUNCTION_ARGS);
|
||||
extern Datum bytea_agg_finalfn(PG_FUNCTION_ARGS);
|
||||
extern Datum string_agg_transfn(PG_FUNCTION_ARGS);
|
||||
extern Datum string_agg_finalfn(PG_FUNCTION_ARGS);
|
||||
|
||||
|
Reference in New Issue
Block a user