pgsql: Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Дата
Msg-id E1nVOdR-000Ltx-M2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.

Introduced in f2553d43060e. See also 3f6b3be39ca9, which did so for nearby
variables.

Discussion: https://postgr.es/m/20220319014707.kgtomqdzm6m2ulro@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97bddda61b9ae1a33116c8596c48d9dc095597a5

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


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Close race condition in slot_creation_error.spec.
Следующее
От: Amit Langote
Дата:
Сообщение: Re: pgsql: Split ExecUpdate and ExecDelete into reusable pieces