From: | "Jim Buttafuoco" <jim(at)contactbda(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: float4 regression test failed on linux parisc |
Date: | 2005-02-08 16:47:42 |
Message-ID: | 20050208164522.M64318@contactbda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
except isinf() works just fine on my system. It's just when CheckFloat4Val is called with infinity as the "val" you
you get the overflow message. If I move the isinf into CheckFloat4Val all is fine.
If you don't want to fix this, it's fine with me. I am just reporting problems and trying to fix them. I will shut
up now and put my energy into other causes!
Jim
---------- Original Message -----------
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jim(at)contactbda(dot)com
Cc: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Sent: Tue, 08 Feb 2005 11:42:11 -0500
Subject: Re: [HACKERS] float4 regression test failed on linux parisc
> "Jim Buttafuoco" <jim(at)contactbda(dot)com> writes:
> > this test is likely to fail. I have now seen this on my real old Alpha
> > and now HP PARISC systems.
>
> It works fine on PARISC, and has ever since I've been associated with
> this project --- I run these tests multiple times a day on old HP
> hardware, and they have always passed with every compiler I've used
> (both gcc and HP's). Lots of people have reported clean passes on Alpha
> as well. One more time: you have a compiler bug, and you really ought
> to be griping to the gcc people not us.
>
> regards, tom lane
------- End of Original Message -------
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2005-02-08 16:50:08 | Re: Query optimizer 8.0.1 (and 8.0) |
Previous Message | Tom Lane | 2005-02-08 16:42:11 | Re: float4 regression test failed on linux parisc |