Remove Cygwin-specific code from pg_ctl
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 19 Jan 2016 12:31:18 +0000 (07:31 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 19 Jan 2016 12:31:18 +0000 (07:31 -0500)
commit53c949c1be2f43cd47cb433923e76ea00e9222bc
tree51ea67fb969de10d5340e9c0971d9d89140c2d22
parent85f22281a1190165851f15b35f8283c8b7592b3c
Remove Cygwin-specific code from pg_ctl

This code has been there for a long time, but it's never really been
needed. Cygwin has its own utility for registering, unregistering,
stopping and starting Windows services, and that's what's used in the
Cygwin postgres packages. So now pg_ctl for Cygwin looks like it is for
any Unix platform.

Michael Paquier and me
src/bin/pg_ctl/pg_ctl.c