]> granicus.if.org Git - postgresql/commit
Fix a couple of trivial issues in jsonb.c
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 27 Feb 2015 21:54:49 +0000 (18:54 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 27 Feb 2015 21:54:49 +0000 (18:54 -0300)
commitecfe1a1889bc8640a4e3b8659d69ec1fd0e30b4a
tree3a5959debb316177eb00a1623cafd81781d0ab46
parent79afe6e66f022ea9cd6c34c334214b2fda870faa
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.
src/backend/utils/adt/jsonb.c