Thanks to Charles Richmond <cmr_at_iisc.com> and Iain Barker
<ibarker_at_aastra.com> for their guidance.
"/usr/include/float.h", loaded via "/usr/include/nan.h" holds constants
for NaN values. The solution for PostgreSQL 7.4.2 was to add to
./src/include/port/osf1.h this:
#include <nan.h>
#define NAN DBL_QNAN
Regression test fails on float8, the error message that was expected, is
different. I'll see it with PgSQL team.
Nix.
Received on Sun May 16 2004 - 16:53:22 NZST