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 "
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