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/

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to