Re: Cygwin PostgreSQL CVS Patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Cygwin PostgreSQL CVS Patch
Date: 2001-01-13 03:37:31
Message-ID: Pine.LNX.4.30.0101130435020.1075-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Yutaka tanida 2001-01-13 11:29:41 Re: (Cygwin) postmaster shutdown problem
Previous Message Jason Tishler 2001-01-13 02:04:47 Re: Cygwin PostgreSQL CVS Patch