regression test failure on abstime

From: "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: regression test failure on abstime
Date: 2001-07-20 15:15:58
Message-ID: Pine.LNX.4.21.0107201114180.12926-100000@aluminum.cs.pitt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Trying a new 7.1.2 installation when running gmake check I get a failure at the abstime test. The regression.diffs file contains the following:

*** ./expected/abstime.out Thu May 3 15:00:37 2001
--- ./results/abstime.out Fri Jul 20 11:12:54 2001
***************
*** 47,56 ****
| Sun Jan 14 03:14:21 1973 PST
| Mon May 01 00:30:30 1995 PDT
| epoch
- | current
| -infinity
| Sat May 10 23:59:12 1947 PST
! (6 rows)

SELECT '' AS six, ABSTIME_TBL.*
WHERE ABSTIME_TBL.f1 > abstime '-infinity';
--- 47,55 ----
| Sun Jan 14 03:14:21 1973 PST
| Mon May 01 00:30:30 1995 PDT
| epoch
| -infinity
| Sat May 10 23:59:12 1947 PST
! (5 rows)

SELECT '' AS six, ABSTIME_TBL.*
WHERE ABSTIME_TBL.f1 > abstime '-infinity';

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

Hints what's wrong?

TIA,
thalis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-07-20 15:24:32 Re: RPM source files should be in CVS (was Re: psql -l)
Previous Message Lamar Owen 2001-07-20 15:07:05 Re: RPM source files should be in CVS (was Re: psql -l)