Re: [HACKERS] regression tests - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] regression tests
Date
Msg-id Pine.BSF.3.96.980201073354.12562L-100000@thelab.hub.org
Whole thread Raw
In response to regression tests  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
On Sun, 1 Feb 1998, Bruce Momjian wrote:

> Has anyone tested the regression tests recently.  Many problems,   I
> maybe think the ORDER BY is broken, as a Unixware person reported.
> Can't beta release with this problem.  Is it the new psort() NULL
> handling, or something else?

    I just got a chance to do it...the select_distinct test fails
miserably over here on:

QUERY: SELECT DISTINCT two, string4, ten
   FROM temp
   ORDER BY two using <, string4 using <, ten using <;

with:

  two|string4|ten
  ---+-------+---
    0|AAAAxx |  0
    0|HHHHxx |  0
    0|OOOOxx |  0
    0|VVVVxx |  0
+   0|OOOOxx |  0
+   0|HHHHxx |  0
+   0|AAAAxx |  0
+   0|OOOOxx |  0
+   0|HHHHxx |  0
+   0|OOOOxx |  0
+   0|HHHHxx |  0
+   0|OOOOxx |  0
+   0|HHHHxx |  0
+   0|VVVVxx |  0
+   0|HHHHxx |  0
+   0|AAAAxx |  0
<etc,etc>


Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: try again...
Next
From: James Hughes
Date:
Subject: VACUUM ANALYZE Problem