Re: Unused variables in hstore_to_jsonb - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Unused variables in hstore_to_jsonb
Date
Msg-id 54B510A2.2020402@vmware.com
Whole thread Raw
In response to Re: Unused variables in hstore_to_jsonb  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 01/13/2015 01:09 PM, Michael Paquier wrote:
> On Tue, Jan 13, 2015 at 5:36 PM, Heikki Linnakangas
> <hlinnakangas@vmware.com> wrote:
>> You'll need to use "(void) pushJsonbValue(...)", otherwise you'll just get a
>> different warning. See commit c8315930.
> Oh, I see. So this portion in contrib/ has been visibly missing.
> Attached is a new patch.

Thanks, committed.

- Heikki



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Sequence Access Method WIP
Next
From: Dean Rasheed
Date:
Subject: Re: WITH CHECK and Column-Level Privileges