pgsql: Fix backwards test for Windows service-ness in pg_ctl.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix backwards test for Windows service-ness in pg_ctl.
Дата
Msg-id E1acxHc-0003Lc-Iy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix backwards test for Windows service-ness in pg_ctl.

A thinko in a96761391 caused pg_ctl to get it exactly backwards when
deciding whether to report problems to the Windows eventlog or to stderr.
Per bug #14001 from Manuel Mathar, who also identified the fix.
Like the previous patch, back-patch to all supported branches.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/45b87cc57fe02f571de33ce20b4d7bec881a785a

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix backwards test for Windows service-ness in pg_ctl.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix backwards test for Windows service-ness in pg_ctl.