pgsql: Initialize variable to silence compiler warning.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Initialize variable to silence compiler warning.
Дата
Msg-id E1gz2qI-0002pg-8o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Initialize variable to silence compiler warning.

After ff11e7f4b9ae Tom's compiler warns about accessing a potentially
uninitialized rInfo. That's not actually possible, but it's
understandable the compiler would get this wrong. NULL initialize too.

Reported-By: Tom Lane
Discussion: https://postgr.es/m/11199.1551285318@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5963b29e03d9b93011acb3954ccc3565d217acc3

Modified Files
--------------
src/backend/commands/trigger.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Use slots in trigger infrastructure, except for theactual invoc