Fix a couple of trivial issues in jsonb.c

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 654809e770ce270c0bb9de726c5df1ab193d60f0
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-02-27T21:54:49Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/backend/utils/adt/jsonb.c modified +12 −8