Remove Cygwin-specific code from pg_ctl

Andrew Dunstan <andrew@dunslane.net>

Commit: 53c949c1be2f43cd47cb433923e76ea00e9222bc
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2016-01-19T12:31:18Z
Releases: 9.6.0
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

Files

PathChange+/−
src/bin/pg_ctl/pg_ctl.c modified +17 −52