We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c810a2 commit 1109164Copy full SHA for 1109164
src/backend/utils/adt/jsonb.c
@@ -1849,7 +1849,7 @@ jsonb_object_agg_transfn(PG_FUNCTION_ARGS)
1849
single_scalar = false;
1850
1851
/*
1852
- * values can be anything, including structured and null, so we treate
+ * values can be anything, including structured and null, so we treat
1853
* them as in json_agg_transfn, except that single scalars are always
1854
* pushed as WJB_VALUE items.
1855
*/
0 commit comments