From: | Cyril VELTER <cyril(dot)velter(at)libertysurf(dot)fr> |
---|---|
To: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: Final call for platform testing |
Date: | 2001-04-04 07:39:37 |
Message-ID: | 0003811928191ef1_mailit@mail.cybercable.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
>
>Here are the up-to-date platforms:
>
>AIX 4.3.3 RS6000 7.1 2001-03-21, Gilles Darold
>BeOS 5.0.4 x86 7.1 2000-12-18, Cyril Velter
I just checked RC2 on BeOS and everything is OK except the Horlogy test
(regarding previous discussions, it seems to be normal ?)
cyril
select version();
version
--------------------------------------------------------------------
PostgreSQL 7.1RC2 on i586-pc-beos, compiled by GCC 2.9-beos-991026
(1 row)
$ more regression.diffs
*** ./expected/horology.out Sun Dec 3 15:51:11 2000
--- ./results/horology.out Wed Apr 4 09:24:27 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";
======================================================================
From | Date | Subject | |
---|---|---|---|
Next Message | Konstantinos Agouros | 2001-04-04 09:26:01 | optreset test failed in configure on Solaris 7.1RC2 |
Previous Message | Adriaan Joubert | 2001-04-04 05:14:47 | Re: Final call for platform testing |