float4/float8 regression failure on Alpha Linux

From: "Jim Buttafuoco" <jim(at)contactbda(dot)com>
To: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: float4/float8 regression failure on Alpha Linux
Date: 2004-10-31 12:09:32
Message-ID: 20041031120249.M67041@contactbda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I am getting a regression failure on float8 (and float4) when running on Debian Sarge on Alpha (gcc 3.3.4). Postgres
is a HEAD checkout from yesterday.

test=# select version();
version
-------------------------------------------------------------------------------------------------------
PostgreSQL 8.0.0beta4 on alpha-unknown-linux-gnu, compiled by GCC gcc (GCC) 3.3.4 (Debian 1:3.3.4-13)
(1 row)

--This test sould give an error
SELECT 'Infinity'::float8 + 100.0;
?column?
----------
0

Is this a problem with my system, Alpha's or postgres.
Thanks
Jim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Jowett 2004-10-31 12:12:40 Re: fsync, ext2 on Linux
Previous Message Heikki Linnakangas 2004-10-31 11:18:20 fsync, ext2 on Linux