Fix backwards test for Windows service-ness in pg_ctl.
authorTom Lane
Mon, 7 Mar 2016 15:40:44 +0000 (10:40 -0500)
committerTom Lane
Mon, 7 Mar 2016 15:40:57 +0000 (10:40 -0500)
commit89f8372cb3a223cace21d4037336bfb37e8dbf3c
tree9002983ab69fdefc6c733a8b511a6a6bebd9b429
parentfb3ea0465c1710c565e98d4b3e37aebb4e487eaf
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.
src/bin/pg_ctl/pg_ctl.c