diff options
author | Pavan Deolasee | 2015-06-04 08:40:06 +0000 |
---|---|---|
committer | Pavan Deolasee | 2015-06-04 08:40:06 +0000 |
commit | 326cede48d3fec3a4f590d5f61031065404e2d3f (patch) | |
tree | 80205005097820d553470274fe9b6847aa9cc4ab /src | |
parent | 1e86f652fa5e214a284f9862c67bb976317ac730 (diff) |
Add missing columns for the newly added aggregate functions
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/pg_aggregate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h index 8995377693..6daec8a3ca 100644 --- a/src/include/catalog/pg_aggregate.h +++ b/src/include/catalog/pg_aggregate.h @@ -312,8 +312,8 @@ DATA(insert ( 3175 n 0 json_agg_transfn - json_agg_finalfn - - - f f DATA(insert ( 3197 n 0 json_object_agg_transfn - json_object_agg_finalfn - - - f f 0 2281 0 0 0 0 _null_ _null_ _null_ )); /* jsonb */ -DATA(insert ( 3267 n 0 jsonb_agg_transfn jsonb_agg_finalfn - - - f f 0 2281 0 0 0 _null_ _null_ )); -DATA(insert ( 3270 n 0 jsonb_object_agg_transfn jsonb_object_agg_finalfn - - - f f 0 2281 0 0 0 _null_ _null_ )); +DATA(insert ( 3267 n 0 jsonb_agg_transfn - jsonb_agg_finalfn - - - f f 0 2281 0 0 0 0 _null_ _null_ _null_ )); +DATA(insert ( 3270 n 0 jsonb_object_agg_transfn - jsonb_object_agg_finalfn - - - f f 0 2281 0 0 0 0 _null_ _null_ _null_)); /* ordered-set and hypothetical-set aggregates */ DATA(insert ( 3972 o 1 ordered_set_transition - percentile_disc_final - - - t f 0 2281 0 0 0 0 _null_ _null_ _null_ )); |