mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix typo in comment.
Author: Masahiko Sawada
This commit is contained in:
@ -1849,7 +1849,7 @@ jsonb_object_agg_transfn(PG_FUNCTION_ARGS)
|
|||||||
single_scalar = false;
|
single_scalar = false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* values can be anything, including structured and null, so we treate
|
* values can be anything, including structured and null, so we treat
|
||||||
* them as in json_agg_transfn, except that single scalars are always
|
* them as in json_agg_transfn, except that single scalars are always
|
||||||
* pushed as WJB_VALUE items.
|
* pushed as WJB_VALUE items.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user