Re: [HACKERS] backend/utils/adt/float.c uses non-existent NAN value - Mailing list pgsql-hackers

From Taral
Subject Re: [HACKERS] backend/utils/adt/float.c uses non-existent NAN value
Date
Msg-id 99011813284500.06087@taral.dobiecenter.com
Whole thread Raw
In response to Re: [HACKERS] backend/utils/adt/float.c uses non-existent NAN value  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
On Mon, 18 Jan 1999, you wrote:
>If someone want to work this out, I'd be happy to use the result. Or I
>can do something directly. I'd like a solution with the equivalent of
>NAN and HUGE_VAL (and -HUGE_VAL). Jan? Taral?

Doesn't dt.h have some replacements for NAN and HUGE_VAL? Something like that?
Couldn't we use those?

Aha... DT_INVALID is the generic NAN, and DT_NOBEGIN/DT_NOEND are the generic
HUGE_VAL and -HUGE_VAL...

Taral


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgaccess bug report
Next
From: Taral
Date:
Subject: CORBA: row-level locking available?