Re: [COMMITTERS] pgsql: Blind attempt at a Cygwin fix - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [COMMITTERS] pgsql: Blind attempt at a Cygwin fix
Date
Msg-id CAB7nPqRV+5dO+5vPs-29Fqzq3U3x9wZL6iGORbP=aH5qFqnAtg@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Blind attempt at a Cygwin fix  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [COMMITTERS] pgsql: Blind attempt at a Cygwin fix  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Sun, Jan 10, 2016 at 2:00 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
> I downloaded the official Cygwin packages into a Cygwin instance and checked
> how they do things. As I rather expected, they do not use pg_ctl at all to
> install or run as a service. Rather, they use the standard Cygwin service
> utility cygrunsrv. This is all managed via a SYSV style init script.

Thanks for the investigation!

> So if anything I'd be inclined to disable all the service-related code in
> pg_ctl for Cygwin, and treat it just as we treat Unix.

We had better do the same for back branches then. Need of a patch?
-- 
Michael



pgsql-hackers by date:

Previous
From: Stas Kelvich
Date:
Subject: Re: Speedup twophase transactions
Next
From: Peter Geoghegan
Date:
Subject: Re: WIP: bloom filter in Hash Joins with batches