Re: Cygwin PostgreSQL CVS Patch Question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-ports(at)postgresql(dot)org
Subject: Re: Cygwin PostgreSQL CVS Patch Question
Date: 2001-01-09 21:34:57
Message-ID: 7370.979076097@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Jason Tishler <Jason(dot)Tishler(at)dothill(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-01-09 22:55:39 Re: Cygwin PostgreSQL CVS Patch Question
Previous Message Jason Tishler 2001-01-09 21:34:55 Cygwin PostgreSQL CVS Patch Question