RE: Re: Cygwin PostgreSQL CVS Patch

From: Horák Daniel <horak(at)sit(dot)plzen-city(dot)cz>
To: <pgsql-ports(at)postgresql(dot)org>
Subject: RE: Re: Cygwin PostgreSQL CVS Patch
Date: 2001-01-15 13:01:35
Message-ID: 9C8918CC8CDAAC4AA79D4594A480648901E68BCD@EXCHANGE.mmp.plzen-city.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-01-15 13:34:42 Re: Re: Cygwin PostgreSQL CVS Patch
Previous Message Jason Tishler 2001-01-15 01:36:28 Re: (Cygwin) postmaster shutdown problem