| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> |
| Cc: | "Hackers" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: FreeBSD/alpha |
| Date: | 2001-12-18 15:27:08 |
| Message-ID: | 13365.1008689228@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> I have just run 7.2b4 on FreeBSD/alpha.
> The float8 and geometry tests failed.
> I'm not certain how significant the results are.
The float8 difference looks like float8-small-is-zero is not the correct
comparison file for that platform. Looking in resultmap I see
float8/.*-freebsd=float8-small-is-zero
float8/i.86-.*-openbsd=float8-small-is-zero
float8/i.86-.*-netbsd=float8-small-is-zero
I generally think it suspicious when one of the BSD ports varies from
the other two, and here it would seem that it's wrong for freebsd to
be out of step. I propose making the entry read
float8/i.86-.*-freebsd=float8-small-is-zero
Any comments from freebsd users out there? Are there any other freebsd
platforms besides i86 and alpha? If so, how do they do on this test?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Lee Kindness | 2001-12-18 15:51:50 | Re: Bulkloading using COPY - ignore duplicates? |
| Previous Message | Bruce Momjian | 2001-12-18 15:12:57 | Re: Connection Pooling, a year later |