pgsql: Remove Cygwin-specific code from pg_ctl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove Cygwin-specific code from pg_ctl
Date: 2016-01-19 12:33:12
Message-ID: E1aLVTE-0006gj-24@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/53c949c1be2f43cd47cb433923e76ea00e9222bc

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 69 ++++++++++++-----------------------------------
1 file changed, 17 insertions(+), 52 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-19 17:04:54 pgsql: Fix assorted inconsistencies in GiST opclass support function de
Previous Message Tatsuo Ishii 2016-01-18 12:30:51 pgsql: Fix typo.