Re: [HACKERS] NAN code - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] NAN code
Date
Msg-id 369105CE.B2993991@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] NAN code  (jwieck@debis.com (Jan Wieck))
Responses Re: [HACKERS] NAN code  (jwieck@debis.com (Jan Wieck))
List pgsql-hackers
>     While  searching for the NAN definition I've noticed too that
>     our float4/float8 datatypes can  output  'NaN',  but  do  not
>     parse  them back.

Yeah, I just noticed that a few minutes ago too.

I've got some patches which fix this, at least for machines with NaN
support (and for HUGE_VAL/Infinity too). We'll need some more code to
handle non-IEEE machines...
                   - Tom


pgsql-hackers by date:

Previous
From: Hal Snyder
Date:
Subject: Re: [HACKERS] 6.4.2?
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] NAN code