Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
Дата
Msg-id 11199.1551285318@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Use slots in trigger infrastructure,except for the actual invoc  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Use slots in trigger infrastructure, except for theactual invoc
Список pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Use slots in trigger infrastructure, except for the actual invocation.

I believe it's this commit that is resulting in my compiler bleating
about

trigger.c: In function 'afterTriggerInvokeEvents':
trigger.c:4493: warning: 'rInfo' may be used uninitialized in this function

Please fix.

            regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Set fallback_application_name for a walreceiver to cluster_name
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Initialize variable to silence compiler warning.