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

From Tom Lane
Subject Re: Cygwin PostgreSQL CVS Patch Question
Date
Msg-id 7370.979076097@sss.pgh.pa.us
Whole thread Raw
In response to Cygwin PostgreSQL CVS Patch Question  (Jason Tishler <Jason.Tishler@dothill.com>)
Responses Re: Cygwin PostgreSQL CVS Patch Question
List pgsql-ports
Jason Tishler <Jason.Tishler@dothill.com> writes:
> Why did you remove the following from src/include/port/win.h?
>     #if (CYGWIN_VERSION_API_MAJOR >= 0) && (CYGWIN_VERSION_API_MINOR >= 8)
>     #define sys_nerr _sys_nerr
>     #endif
> This definitely breaks Cygwin.

Er, why should it?  With the code as it stands, configure should decide
that Cygwin doesn't HAVE_SYS_NERR, and so nothing will reference
sys_nerr.

            regards, tom lane

pgsql-ports by date:

Previous
From: Jason Tishler
Date:
Subject: Cygwin PostgreSQL CVS Patch Question
Next
From: Jason Tishler
Date:
Subject: Re: Cygwin PostgreSQL CVS Patch Question