Re: pgsql: Use slots in trigger infrastructure, except for theactual invoc
В списке pgsql-committers по дате отправления:
| От | Andres Freund |
|---|---|
| Тема | Re: pgsql: Use slots in trigger infrastructure, except for theactual invoc |
| Дата | |
| Msg-id | 20190227171810.hp5fbm32jrefigcp@alap3.anarazel.de обсуждение исходный текст |
| Ответ на | Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
|
| Список | pgsql-committers |
Hi, On 2019-02-27 11:35:18 -0500, Tom Lane wrote: > 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 Hm, yea, I can see why a compiler, especially without doing more expensive control flow analysis, would get this wrong. Easier to understand if we NULL initialize rInfo, not just rel, too. Pushed. Greetings, Andres Freund
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера