Handle "NaN" and "Infinity" for input values.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 10 Jan 1999 17:13:06 +0000 (17:13 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 10 Jan 1999 17:13:06 +0000 (17:13 +0000)
commitc715788681121b78af3046d5c039c751625c8ad9
treef7688d82b274cf03ede226007dd9526ffd32148a
parent0b644ad332f5c9cfb074c41462e6274b72c39d5d
Handle "NaN" and "Infinity" for input values.
I think NAN is already guaranteed to be there from Jan's work on NUMERIC,
 but perhaps HUGE_VAL needs some #ifndef's in the same place.
Should also include "-Infinity" as -HUGE_VAL sometime; not there yet.
src/backend/utils/adt/float.c