From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: INOUT parameters in procedures |
Date: | 2018-03-15 18:20:33 |
Message-ID: | CAMkU=1xysWmwQE9UxNLrRbEZRJTTU_MGuJZuDVdNtS8kvPO--A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Mar 15, 2018 at 6:58 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Jeff Janes <jeff(dot)janes(at)gmail(dot)com> writes:
> > I'm getting compiler warnings:
> > pl_exec.c: In function 'exec_stmt_call':
> > pl_exec.c:2089:8: warning: variable 'numargs' set but not used
>
> Not fixed by 8df5a1c868cc28f89ac6221cff8e2b5c952d0eb6?
>
I think you meant to type "now fixed by". (unless your compiler is pickier
than mine)
Cheers
Jeff
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-03-15 18:34:03 | Re: JIT compiling with LLVM v11 |
Previous Message | Catalin Iacob | 2018-03-15 18:14:09 | Re: JIT compiling with LLVM v11 |