Re: Cygwin PostgreSQL CVS Patch Question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cygwin PostgreSQL CVS Patch Question
Дата
Msg-id 7370.979076097@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cygwin PostgreSQL CVS Patch Question  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: Cygwin PostgreSQL CVS Patch Question  (Jason Tishler <Jason.Tishler@dothill.com>)
Список 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 по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Cygwin PostgreSQL CVS Patch Question
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Cygwin PostgreSQL CVS Patch Question