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 <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: "pgsql-hackers" <pgsql-hackers@postgresql.org> Sent: Tue, 08 Feb 2005 11:42:11 -0500 Subject: Re: [HACKERS] float4 regression test failed on linux parisc > "Jim Buttafuoco" <[EMAIL PROTECTED]> 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 ------- ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend