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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix backwards test for Windows service-ness in pg_ctl.
Date: 2016-03-07 15:41:20
Message-ID: E1acxHc-0003Le-J2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-07 20:58:30 pgsql: Make the upper part of the planner work by generating and compar
Previous Message Peter Eisentraut 2016-03-07 14:49:23 Re: pgsql: Improve support of Hunspell in ispell dictionary.