mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Final pgindent + perltidy run for 9.6.
This commit is contained in:
@ -1849,9 +1849,9 @@ jsonb_object_agg_transfn(PG_FUNCTION_ARGS)
|
||||
single_scalar = false;
|
||||
|
||||
/*
|
||||
* values can be anything, including structured and null, so we treat
|
||||
* them as in json_agg_transfn, except that single scalars are always
|
||||
* pushed as WJB_VALUE items.
|
||||
* values can be anything, including structured and null, so we treat them
|
||||
* as in json_agg_transfn, except that single scalars are always pushed as
|
||||
* WJB_VALUE items.
|
||||
*/
|
||||
|
||||
while ((type = JsonbIteratorNext(&it, &v, false)) != WJB_DONE)
|
||||
|
Reference in New Issue
Block a user