]> 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)
commit654809e770ce270c0bb9de726c5df1ab193d60f0
tree77d75c2895b31bbdb52ee5dc423780daef79988f
parent3f190f67eb45ae61d696fbce8ab48d246a12f709
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