Re: C++ interface build on FreeBSD 4.2 broken? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: C++ interface build on FreeBSD 4.2 broken?
Date
Msg-id 6070.980039211@sss.pgh.pa.us
Whole thread Raw
In response to Re: C++ interface build on FreeBSD 4.2 broken?  (Marko Kreen <marko@l-t.ee>)
Responses Re: C++ interface build on FreeBSD 4.2 broken?  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-hackers
What I've done to solve the immediate C++ problem is to take the
declaration of sys_nerr out of c.h entirely, and put it into the
two C modules that actually need it.  However, I'm still wondering
whether we should not drop the rangecheck on errno completely.

One interesting thing I discovered while wandering the web is that
on at least some flavors of Windows, there are valid negative values
of errno --- which our code will not convert to a useful string,
as it stands...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: like and optimization
Next
From: robn@verdi.et.tudelft.nl (Rob van Nieuwkerk)
Date:
Subject: Re: like and optimization