BUG #4190: sparc64 test suite fails - Mailing list pgsql-bugs

From Dennis Gilmore
Subject BUG #4190: sparc64 test suite fails
Date
Msg-id 200805231336.m4NDargI039704@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4190: sparc64 test suite fails  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4190
Logged by:          Dennis Gilmore
Email address:      dennis@ausil.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;

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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4187: function to_tsvector not immutable
Next
From: "Martin Saschek"
Date:
Subject: BUG #4191: Include hint for Windows-like locals in documentation