Re: pgsql: Support INOUT arguments in procedures

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Support INOUT arguments in procedures
Date: 2018-03-14 17:55:23
Message-ID: 283badf5-1736-0e6d-463b-fd00fec5d519@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 3/14/18 12:45, Erik Rijkers wrote:
> On 2018-03-14 17:09, Peter Eisentraut wrote:
>> Support INOUT arguments in procedures
>
> gcc 6.3.0 (on debian stretch) mutters:
>
> pl_exec.c: In function ‘exec_stmt_call’:
> pl_exec.c:2089:10: warning: variable ‘numargs’ set but not used
> [-Wunused-but-set-variable]
> int numargs;
> ^~~~~~~

I don't get that, and buildfarm animals of similar configuration don't
either. Are you using a nonstandard configuration perhaps?

(I don't mind fixing it, but it'd be good to be able to reproduce it.)

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-14 18:28:57 Re: pgsql: Support INOUT arguments in procedures
Previous Message Stephen Frost 2018-03-14 17:51:32 pgsql: Fix typo in add_paths_to_append_rel()