Re: float8 regression test failure in head - Mailing list pgsql-hackers

From Patrick Welche
Subject Re: float8 regression test failure in head
Date
Msg-id 20060420163432.GM28820@quartz.itdept.newn.cam.ac.uk
Whole thread Raw
In response to Re: float8 regression test failure in head  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: float8 regression test failure in head  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Apr 20, 2006 at 11:56:29AM -0400, Bruce Momjian wrote:
> Tom Lane wrote:
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > Don't we have some of these platforms on the build farm.  Are they
> > > failing?
> > 
> > canary, gazelle, and osprey all pass this test just fine.  Before
> > accepting any patches in this area we'd better find out the difference
> > between the OP's netbsd system and those machines.
> 
> Agreed.

Quoting from my original post "NetBSD-3.99.17/i386" - so what are you
running?

.. and just to check:

patrimoine=# select '1e-400'::float;
ERROR:  "1e-400" is out of range for type double precision
patrimoine=# select version();                                                  version
                 
 
-------------------------------------------------------------------------------------------------------------PostgreSQL
8.2develon i386-unknown-netbsdelf3.99.17, compiled by GCC gcc (GCC) 3.3.3 (NetBSD nb3 20040520)
 
(1 row)


1e-400 wasn't rounded down to 0.



Cheers,

Patrick


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump -Ft failed on Windows XP
Next
From: Tom Lane
Date:
Subject: Re: float8 regression test failure in head