RE: Re: Cygwin PostgreSQL CVS Patch - Mailing list pgsql-ports

From Horák Daniel
Subject RE: Re: Cygwin PostgreSQL CVS Patch
Date
Msg-id 9C8918CC8CDAAC4AA79D4594A480648901E68BCD@EXCHANGE.mmp.plzen-city.cz
Whole thread Raw
In response to Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Responses Re: Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
List pgsql-ports
> Another issue you might be interested in is that of Unix
> domain sockets.
> I understand that they now exist in Cygwin, so you might want
> to refine
> this snippet in src/include/config.h[.in]:
>
> /*
>  * Define this if your operating system supports AF_UNIX
> family sockets.
>  */
> #if !defined(__CYGWIN__) && !defined(__QNX__) && !defined(__BEOS__)
> # define HAVE_UNIX_SOCKETS 1
> #endif

I tried AF_UNIX sockets with Cygwin few months ago. The code have
compiled OK but was not working. The special file in Cygwin that
represents the socket was somehow corrupted (there was no <!socket>
string). But with latest Cygwin release can be the situation better.

        Dan

pgsql-ports by date:

Previous
From: Jason Tishler
Date:
Subject: Re: (Cygwin) postmaster shutdown problem
Next
From: Jason Tishler
Date:
Subject: Re: Re: Cygwin PostgreSQL CVS Patch