Re: BUG #2111: Error parsing 'infinity' under some versions of glibc - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2111: Error parsing 'infinity' under some versions of glibc
Date
Msg-id 12459.1134533245@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2111: Error parsing 'infinity' under some versions of glibc  ("Neil Parker" <nparker@microniche.com>)
List pgsql-bugs
"Neil Parker" <nparker@microniche.com> writes:
> This problem appears to be glibc's fault, not PostgreSQL's.

Indeed, so why are you complaining to us?

> Below is a patch that fixes the problem on the affected system.

I'm fairly unenthused about a kluge that hurts performance on
standard-conforming systems (by forcing them to traverse the slow code
path) in order to cater to a long-obsolete glibc whose behavior conforms
to neither the C standard nor its own documentation.  If this bug is a
problem for you, update glibc.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: BUG #2109: NULL=NULL is false
Next
From: Tom Lane
Date:
Subject: Re: BUG #2112: query kills db thread