SUMMARY: NaN on Tru64 5.1B

From: Nikola Milutinovic <Nikola.Milutinovic_at_ev.co.yu>
Date: Sun, 16 May 2004 18:50:20 +0200

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:44 NZDT