Re: Re: Cygwin PostgreSQL CVS Patch

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Re: Cygwin PostgreSQL CVS Patch
Дата
Msg-id 20010115083442.A490@dothill.com
обсуждение исходный текст
Ответ на RE: Re: Cygwin PostgreSQL CVS Patch  (Horák Daniel <horak@sit.plzen-city.cz>)
Ответы Re: Cygwin PostgreSQL CVS Patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

В списке pgsql-ports по дате отправления:

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