Re: BUG #1378: make check fails in float4 and float8 - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #1378: make check fails in float4 and float8
Date
Msg-id 200501140814.37420.peter_e@gmx.net
Whole thread Raw
In response to BUG #1378: make check fails in float4 and float8  ("Rolf Jentsch" <rjentsch@electronicpartner.de>)
List pgsql-bugs
Rolf Jentsch wrote:
> A small test program showed that the implementation of strtod in this
> version of glibc is quite "special": 'inf' is understood but
> 'infinity' is not.
> after a call to
> strtod("infinity",&end)
> *end points to "inity", and not to the end of the input as expected.

Yes, we have seen this type of misbehavior before.  It may be time to
upgrade your operating system.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #1394: LIKE doesn't seem to use an index
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #1385: There are no ways to select unicode codepage during installation