Re: [GENERAL] PgSQL 7.4.2 - NaN on Tru64 UNIX - CORRECTION!!!

2004-05-19 Thread Nikola Milutinovic
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 is to u

Re: [GENERAL] PgSQL 7.4.2 - NaN on Tru64 UNIX

2004-05-18 Thread Tom Lane
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 is to > use sys

Re: [GENERAL] PgSQL 7.4.2 - NaN on Tru64 UNIX

2004-05-17 Thread Nikola Milutinovic
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 notably "float8" test.