Re: Re: Cygwin PostgreSQL CVS Patch

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: Horák Daniel <horak(at)sit(dot)plzen-city(dot)cz>
Cc: pgsql-ports(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: Re: Cygwin PostgreSQL CVS Patch
Date: 2001-01-15 13:34:42
Message-ID: 20010115083442.A490@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Dan,

On Mon, Jan 15, 2001 at 02:01:35PM +0100, Horák Daniel wrote:
> > 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.

I just tried AF_UNIX sockets with Cygwin 1.1.7 last night and everything
seemed to work just fine -- at least all of the regression tests passed.
I will be submitting a patch shortly.

Jason

--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp. Fax: +1 (732) 264-8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Yutaka tanida 2001-01-15 14:42:13 Re: (Cygwin) postmaster shutdown problem
Previous Message Horák Daniel 2001-01-15 13:01:35 RE: Re: Cygwin PostgreSQL CVS Patch