Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Wed, 6 Jul 2016 09:59:17 +0000 (18:59 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 6 Jul 2016 09:59:17 +0000 (18:59 +0900)
Author: Masahiko Sawada

src/backend/utils/adt/jsonb.c

index 256ef80ecec116212220124ca2e3d8cdd086cdc7..ab46823e8185b4c7ec01dcbd61f979bb1dbbc6c1 100644 (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.
     */