| From: | ssinger_pg(at)sympatico(dot)ca |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | 8.2beta1 failure on IRIX |
| Date: | 2006-10-01 19:03:48 |
| Message-ID: | BAYC1-PASMTP06299550723CB927597355AC1E0@CEZ.ICE |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I'm getting some failures in the regression tests on 8.2beta1 on IRIX.
It looks like IRIX (or at least some versions) has a broken strtod.
The float4 and float8 tests fail, I've attached a patch to
tools/adt/float.c that fixes the problem along with the regression output.
As a side note,could float4in not be refactored to just call float8in followed
by CheckFloat4Val and maybe some error message changes?
The two functions have a lot of duplicated code.
IRIX 6.5.22m
uname -R = 6.5 6.5.22m
| Attachment | Content-Type | Size |
|---|---|---|
| float.c.diff | text/plain | 2.7 KB |
| regression.diffs | text/plain | 7.2 KB |
| regression.out | text/plain | 4.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2006-10-01 19:14:35 | Re: src/tools/msvc usage instructions |
| Previous Message | Tom Lane | 2006-10-01 19:00:28 | Re: libedit broke in head |