Regression failed Mac OSX

From: Neil Tiffin <ntiffin(at)earthlink(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Regression failed Mac OSX
Date: 2001-04-04 22:47:30
Message-ID: p04330105b6f1539895dc@[192.168.0.6]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Using current cvs version on Mac OS X 10.0 built with

./configure
make
made check

test horology ... FAILED

from the regression.diffs file

Is this a problem or not?

Neil Tiffin
Chicago

[localhost:src/test/regress] ntiffin% cat regression.diffs
*** ./expected/horology.out Sun Dec 3 08:51:11 2000
--- ./results/horology.out Wed Apr 4 13:31:02 2001
***************
*** 122,128 ****
SELECT time with time zone '01:30' + interval '02:01' AS "03:31:00-08";
03:31:00-08
-------------
! 03:31:00-08
(1 row)

SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
--- 122,128 ----
SELECT time with time zone '01:30' + interval '02:01' AS "03:31:00-08";
03:31:00-08
-------------
! 03:31:00-07
(1 row)

SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
***************
*** 140,146 ****
SELECT time with time zone '03:30' + interval '1 month 04:01' AS
"07:31:00-08";
07:31:00-08
-------------
! 07:31:00-08
(1 row)

SELECT interval '04:30' - time with time zone '01:02' AS "+03:28";
--- 140,146 ----
SELECT time with time zone '03:30' + interval '1 month 04:01' AS
"07:31:00-08";
07:31:00-08
-------------
! 07:31:00-07
(1 row)

SELECT interval '04:30' - time with time zone '01:02' AS "+03:28";

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-04-04 23:00:08 Re: All's quiet ... RC3 packaging ...
Previous Message Tom Lane 2001-04-04 22:38:18 Re: [BUGS] Loosing files after backend crash