Re: [HACKERS] regression tests

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] regression tests
Date: 1998-02-01 11:37:03
Message-ID: Pine.BSF.3.96.980201073354.12562L-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James Hughes 1998-02-01 13:22:02 VACUUM ANALYZE Problem
Previous Message The Hermit Hacker 1998-02-01 10:45:38 try again...