Fix typo in jsonb.c

Started by Masahiko Sawadaover 9 years ago2 messages
#1Masahiko Sawada
sawada.mshk@gmail.com
1 attachment(s)

Hi all,

Attached patch fixes the typo in jsonb.c
Please find it.

Regards,

--
Masahiko Sawada

Attachments:

fix_typo_in_jsonb.patchtext/x-diff; charset=US-ASCII; name=fix_typo_in_jsonb.patchDownload
diff --git a/src/backend/utils/adt/jsonb.c b/src/backend/utils/adt/jsonb.c
index 256ef80..ab46823 100644
--- a/src/backend/utils/adt/jsonb.c
+++ b/src/backend/utils/adt/jsonb.c
@@ -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.
 	 */
#2Fujii Masao
masao.fujii@gmail.com
In reply to: Masahiko Sawada (#1)
Re: Fix typo in jsonb.c

On Wed, Jul 6, 2016 at 10:27 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:

Hi all,

Attached patch fixes the typo in jsonb.c
Please find it.

Pushed. Thanks!

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers