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

2004-07-10 Thread Bruce Momjian
Both patches withdrawn by author. --- Nikola Milutinovic wrote: > 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 "

[HACKERS] PgSQL 7.4.2 - NaN on Tru64 UNIX

2004-05-20 Thread Nikola Milutinovic
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