Unused variables in hstore_to_jsonb - Mailing list pgsql-hackers

From Michael Paquier
Subject Unused variables in hstore_to_jsonb
Date
Msg-id CAB7nPqTar1F6sd-tbrBmW_Zm1d1H4nQrcQq-1c564TxLaK3EmA@mail.gmail.com
Whole thread Raw
Responses Re: Unused variables in hstore_to_jsonb
List pgsql-hackers
Hi all,

Coverity pointed out that hstore_to_jsonb in hstore_io.c does not use
a couple of return values from pushJsonbValue.
Attached is a patch to fix that.
Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: David G Johnston
Date:
Subject: Re: Safe memory allocation functions
Next
From: Michael Paquier
Date:
Subject: Re: Unused variables in hstore_to_jsonb