Re: Regression (semi)fix for netbsd-mac68k - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Regression (semi)fix for netbsd-mac68k
Date
Msg-id 22053.1103757992@sss.pgh.pa.us
Whole thread Raw
In response to Regression (semi)fix for netbsd-mac68k  (Rémi Zara <remi_zara@mac.com>)
Responses Re: Regression (semi)fix for netbsd-mac68k
List pgsql-hackers
Rémi Zara <remi_zara@mac.com> writes:
> --- src/test/regress/resultmap.orig     2004-10-04 16:42:47.000000000=20
> +0200
> +++ src/test/regress/resultmap  2004-12-22 23:27:51.000000000 +0100
> @@ -3,6 +3,7 @@
>   float8/i.86-.*-freebsd[234]=float8-small-is-zero
>   float8/i.86-.*-openbsd=float8-small-is-zero
>   float8/i.86-.*-netbsd=float8-small-is-zero
> +float8/m68k-.*-netbsd=float8-small-is-zero
>   float8/.*-qnx=float8-exp-three-digits
>   float8/i.86-pc-mingw32=float8-exp-three-digits-win32
>   float8/i.86-pc-cygwin=float8-small-is-zero

Looks reasonable to me --- why do you call it only a "semi" fix?

I wonder whether we oughtn't remove the i.86- part from the patterns
for the BSDen, ie, assume they will have this behavior on all hardware
not just Intel.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Rémi Zara
Date:
Subject: Regression (semi)fix for netbsd-mac68k
Next
From: Rémi Zara
Date:
Subject: Re: Regression (semi)fix for netbsd-mac68k