diff options
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_ )); |