Skip to content
Snippets Groups Projects
Commit 11091649 authored by Fujii Masao's avatar Fujii Masao
Browse files

Fix typo in comment.

Author: Masahiko Sawada
parent 9c810a2e
No related branches found
No related tags found
No related merge requests found
...@@ -1849,7 +1849,7 @@ jsonb_object_agg_transfn(PG_FUNCTION_ARGS) ...@@ -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.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment