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.
Branch ------ REL9_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/ecfe1a1889bc8640a4e3b8659d69ec1fd0e30b4a Modified Files -------------- src/backend/utils/adt/jsonb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
