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-0004aA-R2@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix a couple of trivial issues in jsonb.c
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/654809e770ce270c0bb9de726c5df1ab193d60f0

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix a couple of trivial issues in jsonb.c
Next
From: Tom Lane
Date:
Subject: pgsql: Invent a memory context reset/delete callback mechanism.