Re: pgsql: Support INOUT arguments in procedures

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Erik Rijkers <er(at)xs4all(dot)nl>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Support INOUT arguments in procedures
Date: 2018-03-14 20:44:26
Message-ID: b99e5ee9-581b-8407-351f-c104cff6b7d4@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 3/14/18 14:28, Tom Lane wrote:
> Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
>> On 3/14/18 12:45, Erik Rijkers wrote:
>>> pl_exec.c: In function ‘exec_stmt_call’:
>>> pl_exec.c:2089:10: warning: variable ‘numargs’ set but not used
>>> [-Wunused-but-set-variable]
>
>> I don't get that, and buildfarm animals of similar configuration don't
>> either. Are you using a nonstandard configuration perhaps?
>
> Not using --enable-cassert, evidently. You need to add
> PG_USED_FOR_ASSERTS_ONLY.

OK, fixed.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-03-14 21:13:44 Re: pgsql: Remove pg_class.relhaspkey
Previous Message Peter Eisentraut 2018-03-14 20:43:51 pgsql: Fix compiler warning