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

From Tom Lane
Subject pgsql: Fix backwards test for Windows service-ness in pg_ctl.
Date
Msg-id E1acxHc-0003Le-J2@gemulon.postgresql.org
Whole thread Raw
List 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/89f8372cb3a223cace21d4037336bfb37e8dbf3c

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix backwards test for Windows service-ness in pg_ctl.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix backwards test for Windows service-ness in pg_ctl.