Fix a couple of trivial issues in jsonb.c

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

Commit: ecfe1a1889bc8640a4e3b8659d69ec1fd0e30b4a
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-02-27T21:54:49Z
Releases: 9.4.2
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 +2 −2