pgsql: Silence compiler warning about uninitialized variable.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Silence compiler warning about uninitialized variable.
Дата
Msg-id E1QlUjW-0005tp-V7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence compiler warning about uninitialized variable.

It is set correctly on the only path that uses it, but the
compiler can't know that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/74e6d37276564d4be1f60d9edb76d7d066395773

Modified Files
--------------
src/backend/port/win32_latch.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add some environment checks prior to sepgsql regression testing.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Don't build replacement getpeereid function on mingw.