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

From Peter Eisentraut
Subject Re: Cygwin PostgreSQL CVS Patch
Date
Msg-id Pine.LNX.4.30.0101130435020.1075-100000@peter.localdomain
Whole thread Raw
In response to Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Responses Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
List pgsql-ports
Jason Tishler writes:

> > Okay, so we could change the regression test driver to set a PATH that
> > includes libdir.  No problem there.
>
> See attached patch for the above.

Installed.

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

And take a look at doc/FAQ_MSWIN, if you like, to see if it's up to date.

Many thanks.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-ports by date:

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