Обсуждение: pgsql: Fix backwards test for Windows service-ness in pg_ctl.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b642e50aea1b966f3b78c49e806b4a2c5497a861

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