Re: Call for platforms - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Call for platforms
Date
Msg-id 3AD6FE59.2A002747@alumni.caltech.edu
Whole thread Raw
In response to Re: Call for platforms  (Giles Lean <giles@nemeton.com.au>)
Responses Re: Call for platforms  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-hackers
> Did we decide that "most NetBSD/i386 users have fpus" in which case Marko's
> patch should be applied?

I'm unclear on what y'all mean by "i386 + fpu", especially since NetBSD
seems to insist on calling every Intel processor a "i386". In this case,
are you suggesting that this patch covers all NetBSD installations on
every Intel processor from i386 + fpu forward to i486, i586, etc etc? Or
is this specifically for the i386 with the 80387 coprocessor which is
how any reasonable person would interpret "i386+fpu"? ;)
                          - Thomas

> > Index: src/test/regress/resultmap
> > ===================================================================
> > RCS file: /home/projects/pgsql/cvsroot/pgsql/src/test/regress/resultmap,v
> > retrieving revision 1.45
> > diff -u -r1.45 resultmap
> > --- src/test/regress/resultmap        2001/03/22 15:13:18     1.45
> > +++ src/test/regress/resultmap        2001/03/22 17:29:49
> > @@ -17,6 +17,7 @@
> >  geometry/.*-openbsd=geometry-positive-zeros-bsd
> >  geometry/.*-irix6=geometry-irix
> >  geometry/.*-netbsd=geometry-positive-zeros
> > +geometry/i.86-.*-netbsdelf1.5=geometry-positive-zeros-bsd
> >  geometry/.*-sysv5uw7.*:cc=geometry-uw7-cc
> >  geometry/.*-sysv5uw7.*:gcc=geometry-uw7-gcc
> >  geometry/alpha.*-dec-osf=geometry-alpha-precision


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Dump/restore of views containing select distinct fails
Next
From: Tom Lane
Date:
Subject: Re: NUMERIC type efficiency problem