Fix a couple of trivial issues in jsonb.c
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/jsonb.c | modified | +12 −8 |