From: | Steve Singer <sjsinger_pg(at)sympatico(dot)ca> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | 8.2beta1 failure on IRIX |
Date: | 2006-10-01 00:14:25 |
Message-ID: | BAYC1-PASMTP02E6945EC61798F49E581DAC1E0@CEZ.ICE |
Views: | Raw Message | Whole Thread | 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 | Joshua D. Drake | 2006-10-01 02:03:00 | Re: libedit broke in head |
Previous Message | Bruce Momjian | 2006-09-30 20:59:04 | Still need GUC update_process_title? |