1
0
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:
Fujii Masao
2016-07-06 18:59:17 +09:00
parent 9c810a2edc
commit 1109164913

View File

@ -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.
*/ */