Re: 8.0.0beta1: make check fails on solaris8 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.0.0beta1: make check fails on solaris8
Date
Msg-id 745.1092165964@sss.pgh.pa.us
Whole thread Raw
In response to 8.0.0beta1: make check fails on solaris8  (Martin Münstermann <mmuenstermann@betrusted.com>)
Responses Re: 8.0.0beta1: make check fails on solaris8  (Martin Münstermann <mmuenstermann@betrusted.com>)
List pgsql-bugs
Martin Münstermann <mmuenstermann@betrusted.com> writes:
> make check gives me two errors, see attached diffs file.

See my response to Andrea just now:

This seems quite bizarre: '          -INFINiTY   ' works but
'infinity' does not?  Please try in psql
\set VERBOSITY verbose SELECT 'infinity'::float4;

and send along the output.

My best guess about it is that strtod() is actively broken on your
platform, and is recognizing the "infinity" input but returning an
incorrect endptr.  I seem to recall that we've heard of such bugs
before.  Can you check for any updates from Sun that might affect
strtod()?
        regards, tom lane


pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Locale bug?
Next
From: Tom Lane
Date:
Subject: Re: SOLARIS 9 ULTRASPARC BUILD