From: | "Sofer, Yuval" <Yuval_Sofer(at)bmc(dot)com> |
---|---|
To: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | compilation test fails |
Date: | 2009-05-21 08:04:55 |
Message-ID: | 2F58A5338B1C0044ABE7D99AAC2B6AEF3F38C450AA@HOUCCRPRD01.adprod.bmc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
Hi,
I have compiled 8.3.7 on HP-Itanium
After the build I have continued to the tests (gmake check)
One of the tests failed (division by zero error test)
The regression.diffs file shows the diff regarding of the expected result and the actual result:
*** ./expected/errors.out Sat Nov 10 16:36:44 2007
--- ./results/errors.out Thu May 21 10:15:15 2009
***************
*** 304,310 ****
select 1/0;
ERROR: division by zero
select 1::int8/0;
! ERROR: division by zero
select 1/0::int8;
ERROR: division by zero
select 1::int2/0;
--- 304,311 ----
select 1/0;
ERROR: division by zero
select 1::int8/0;
! ERROR: floating-point exception
! DETAIL: An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operatio
n, such as division by zero.
select 1/0::int8;
ERROR: division by zero
select 1::int2/0;
======================================================================
Can you help?
Regards,
Yuval Sofer
BMC Software
CTM&D Business Unit
DBA Team
972-52-4286-282
yuval_sofer(at)bmc(dot)com<mailto:yuval_sofer(at)bmc(dot)com>
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2009-05-21 12:51:01 | Re: [GENERAL] Inserts hang in DB and error messages in log |
Previous Message | Moshe Ben-Shoham | 2009-05-21 06:36:38 | Inserts hang in DB and error messages in log |
From | Date | Subject | |
---|---|---|---|
Next Message | Grzegorz Jaśkiewicz | 2009-05-21 08:34:16 | Re: HOT question - insert/delete |
Previous Message | Venkat Rao Tammineni | 2009-05-21 07:04:09 | Re: Regarding visual studio 2008 build |