pgsql: Silence uninitialized-variable warning.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Silence uninitialized-variable warning.
Дата
Msg-id E1mjloH-0000od-5s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence uninitialized-variable warning.

Quite a few buildfarm animals are warning about this, and lapwing
is actually failing (because -Werror).  It's a false positive AFAICS,
so no need to do more than zero the variable to start with.

Discussion: https://postgr.es/m/YYXJnUxgw9dZKxlX@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c3ec4f8fe867807613c08fe16789434ab1a74a15

Modified Files
--------------
src/backend/access/transam/xlog.c | 3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: contrib/sslinfo needs a fix too to make hamerkop happy.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Change ThisTimeLineID from a global variable to a local variable