SUMMARY: NaN on Tru64 5.1B

From: Nikola Milutinovic (Nikola.Milutinovic@ev.co.yu)
Date: Sun May 16 2004 - 12:50:20 EDT


Thanks to Charles Richmond <cmr@iisc.com> and Iain Barker
<ibarker@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.



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:58 EDT