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