Re: [HACKERS] Last call?

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>, tih(at)hamartun(dot)priv(dot)no, rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu, martin(at)biochemistry(dot)ucl(dot)ac(dot)uk, t-ishii(at)sra(dot)co(dot)jp, Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>, szybist(at)boxhill(dot)com, dlw(at)seavme(dot)xroads(dot)com, pjlobo(at)euitt(dot)upm(dot)es, Bill(dot)Allie(at)mug(dot)org, horak(at)mmp(dot)plzen-city(dot)cz, jsturm(at)zenacomp(dot)com
Subject: Re: [HACKERS] Last call?
Date: 1998-10-27 08:06:40
Message-ID: 199810270806.RAA20075@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>Tatsuo, is your usual stable of machines available for reporting? It
>would be nice to get confirmation with that big-endian/little-endian
>mix.

I have run the regression tests of Oct26 Snapshot on some platforms
and a cross platform testing on MkLinux and FreeBSD.

Here are results.

(1) regression tests on some platforms

LinuxPPC on PowerMac:
o PowerBook 2400c (PPC 603e) running 2.1.24 kernel

Note that 2.1.24 kernel doesn't support PCMCIA cards,
so we cannot use the network facility at all. sigh.
(Unix domain sockets are ok)
On the other hand, 2.1.1xx kernels do support PCMCIA,
unfortunately, these are broken in that using the Unix domain
sockets causes the system crash.
Anyway, these are not PostgreSQL's problem, of course.

o regresion tests are almost good except the datetime test.

SELECT ('tomorrow'::datetime = ('yesterday'::datetime
+ '2 days'::timespan)) as "True"; --> shows 'false'
SELECT ('current'::datetime = 'now'::datetime)
as "True"; --> shows 'false'
SELECT count(*) AS one FROM DATETIME_TBL WHERE
d1 = 'today'::datetime; --> no row selected

They were ok on 6.3.2.

MkLinux on PowerMac:
o PowerMac 7600 (PPC 750) running MkLinux DR3
o Same failure of the datetime test as LinuxPPC

FreeBSD:
o FreeBSD 2.2.6-RELEASE
o datetime testing fails (seems same phenomenon as LinuxPPC)
o int8 testing fails (is this normal?)

Seems there's something wrong with datetime. Comment?

(2) cross platform testing

I have run the test with FreeBSD 2.2.7 and Mklinux. Seems they are
happy to talk to each other.

Please let me know If you need addional testings.
--
Tatsuo Ishii
t-ishii(at)sra(dot)co(dot)jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Ivar Helbekkmo 1998-10-27 08:39:42 Re: [HACKERS] Last call?
Previous Message Thomas G. Lockhart 1998-10-27 06:43:13 Re: [HACKERS] Last call?