Re: BUG #1378: make check fails in float4 and float8

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Rolf Jentsch" <rjentsch(at)electronicpartner(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1378: make check fails in float4 and float8
Date: 2005-01-14 07:14:37
Message-ID: 200501140814.37420.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2005-01-14 07:15:24 Re: BUG #1385: There are no ways to select unicode codepage during installation
Previous Message Peter Eisentraut 2005-01-14 07:09:44 Re: BUG #1394: LIKE doesn't seem to use an index