RE: Re: Call for platforms

From: "Mayers, Philip J" <p(dot)mayers(at)ic(dot)ac(dot)uk>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Re: Call for platforms
Date: 2001-03-27 15:58:21
Message-ID: A0F836836670D41183A800508BAF190B35E48A@icex1.cc.ic.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've already reported this to the webpage, but I got a fail on the random
test:

random ... failed (ignored)

This is on a stock RedHat 7.0 kernel box with the SMP kernel (but running a
single processor):

[pjm3(at)localhost regress]$ less regression.diffs
*** ./expected/random.out Thu Jan 6 06:40:54 2000
--- ./results/random.out Tue Mar 27 15:07:16 2001
***************
*** 25,31 ****
GROUP BY random HAVING count(random) > 1;
random | count
--------+-------
! (0 rows)

SELECT random FROM RANDOM_TBL
WHERE random NOT BETWEEN 80 AND 120;
--- 25,32 ----
GROUP BY random HAVING count(random) > 1;
random | count
--------+-------
! 99 | 2
! (1 row)

SELECT random FROM RANDOM_TBL
WHERE random NOT BETWEEN 80 AND 120;

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

Regards,
Phil

+----------------------------------+
| Phil Mayers, Network Support |
| Centre for Computing Services |
| Imperial College |
+----------------------------------+

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-03-27 16:00:37 Re: Error: file pg_psort*
Previous Message Larry Rosenman 2001-03-27 15:56:01 Re: [HACKERS] docs toolchain appears broke?