Tom Lane wrote:
Nikola Milutinovic <[EMAIL PROTECTED]> writes:
[ about NaN on Tru64 ]
This compiles on Tru64 4.0D (the compiler swallows it), but fails on
Tru64 UNIX 5.1B. Both basic CC and DTK Compaq CC break on that file
complaining on that constant evaluation. The best way to solve it
Nikola Milutinovic wrote:
+ #define NAN DBL_INFINITY
The compilation has went smoothly, I'll try to run regression tests.
Will let you know if something fails.
Hate to reply to myself, but here goes.
With NAN defined as "DBL_INFINITY" I get 3 failed regression test, most
notabl
Hi guys.
I have just had some problems resolved while building PostgreSQL 7.4.2
on Tru64 UNIX 5.1B.
File "./src/backend/utils/adt/float.c" uses "NAN" on two spots. It ahs a
fall-back definition of NAN as:
#define NAN 0.0/0.0
This compiles on Tru64 4.0D (the compiler swallows it), but fails on