Re: Unused variables in hstore_to_jsonb

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unused variables in hstore_to_jsonb
Date: 2015-01-13 12:33:38
Message-ID: 54B510A2.2020402@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/13/2015 01:09 PM, Michael Paquier wrote:
> On Tue, Jan 13, 2015 at 5:36 PM, Heikki Linnakangas
> <hlinnakangas(at)vmware(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2015-01-13 13:25:22 Re: WITH CHECK and Column-Level Privileges
Previous Message Tomas Vondra 2015-01-13 12:24:37 Re: Sequence Access Method WIP