Re: Cygwin PostgreSQL CVS Patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Cygwin PostgreSQL CVS Patch
Дата
Msg-id Pine.LNX.4.30.0101130435020.1075-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Список 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 по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Cygwin PostgreSQL CVS Patch
Следующее
От: Yutaka tanida
Дата:
Сообщение: Re: (Cygwin) postmaster shutdown problem