Re: Unused variables in hstore_to_jsonb

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unused variables in hstore_to_jsonb
Date: 2015-01-13 11:09:03
Message-ID: CAB7nPqQfX3RvAQs8Gku373-qms-H8_AM-1Z=ypmijH-F+h2=RA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.
--
Michael

Attachment Content-Type Size
20150113_hstore_unused_vars_v3.patch text/x-patch 2.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-01-13 11:14:43 Re: Memory leak in receivelog.c when receiving stream
Previous Message David Rowley 2015-01-13 11:02:48 Re: Removing INNER JOINs