Thread: Missing return value checks in jsonfuncs.c

Missing return value checks in jsonfuncs.c

From
Michael Paquier
Date:
Hi all,

Coverity is pointing out that a couple of return value checks are
missing for JsonbIteratorNext in jsonfuncs.c. Patch is attached to
append (void) to them, as far as I am guessing we want skip the value
iterated on.
Regards,
--
Michael

Attachment