Re: bug in float8in() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug in float8in()
Date
Msg-id 14155.1207169299@sss.pgh.pa.us
Whole thread Raw
In response to Re: bug in float8in()  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Float is an approximate datatype. In this case, linux makes a fairly
> wild approximation (that it's the same as infinity) whereas windows
> says it just can't approximate it.

Note that the behavior isn't consistent across Unixen either ---
my HPUX box acts like Windows here.  Basically Postgres just tries
to reflect the platform's floating-point support.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Mark Mielke
Date:
Subject: Re: [GENERAL] SHA1 on postgres 8.3
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Several tags around PostgreSQL 7.1 broken