mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Fix typo in comment.
Author: Masahiko Sawada
This commit is contained in:
parent
9c810a2edc
commit
1109164913
1 changed files with 1 additions and 1 deletions
|
|
@ -1849,7 +1849,7 @@ jsonb_object_agg_transfn(PG_FUNCTION_ARGS)
|
|||
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
|
||||
* pushed as WJB_VALUE items.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue