BUG #4190: sparc64 test suite fails

From: "Dennis Gilmore" <dennis(at)ausil(dot)us>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4190: sparc64 test suite fails
Date: 2008-05-23 13:36:53
Message-ID: 200805231336.m4NDargI039704@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4190
Logged by: Dennis Gilmore
Email address: dennis(at)ausil(dot)us
PostgreSQL version: 8.3.1
Operating system: Linux
Description: sparc64 test suite fails
Details:

errors test fails. the following is the output. which to me indicates it
passed but gave different output.

*** ./expected/errors.out Sat Nov 10 09:36:44 2007
--- ./results/errors.out Fri May 23 09:18:27 2008
***************
*** 304,312 ****
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;
ERROR: division by zero
select 1/0::int2;
--- 304,314 ----
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 operation, such as division by
zero.
select 1/0::int8;
! ERROR: floating-point exception
! DETAIL: An invalid floating-point operation was signaled. This probably
means an out-of-range result or an invalid operation, such as division by
zero.
select 1::int2/0;
ERROR: division by zero
select 1/0::int2;

======================================================================

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Saschek 2008-05-23 17:17:35 BUG #4191: Include hint for Windows-like locals in documentation
Previous Message Tom Lane 2008-05-23 13:25:02 Re: BUG #4187: function to_tsvector not immutable