Re: pgsql: Support INOUT arguments in procedures

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Support INOUT arguments in procedures
Дата
Msg-id b99e5ee9-581b-8407-351f-c104cff6b7d4@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Support INOUT arguments in procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 3/14/18 14:28, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix compiler warning
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Remove pg_class.relhaspkey