pgsql: Fix a couple of trivial issues in jsonb.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix a couple of trivial issues in jsonb.c
Date
Msg-id E1YRSwN-0004aB-R7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix a couple of trivial issues in jsonb.c

Typo "aggreagate" appeared three times, and the return value of function
JsonbIteratorNext() was being assigned to an int variable in a bunch of
places.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ecfe1a1889bc8640a4e3b8659d69ec1fd0e30b4a

Modified Files
--------------
src/backend/utils/adt/jsonb.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CAS
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix a couple of trivial issues in jsonb.c