Re: pgsql: Support INOUT arguments in procedures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
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 18:28:57
Message-ID: 8882.1521052137@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-14 19:35:40 pgsql: Remove pg_class.relhaspkey
Previous Message Peter Eisentraut 2018-03-14 17:55:23 Re: pgsql: Support INOUT arguments in procedures