Re: test select_having FAILED

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ardell Dzaky <ardellinux(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: test select_having FAILED
Date: 2003-06-12 05:10:04
Message-ID: 26661.1055394604@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ardell Dzaky <ardellinux(at)yahoo(dot)com> writes:
> I have installed postgresql-7.3.3 in my RH7.3 machine,
> then did regression test.
> ....failed only 1 test -> select_having....

Did you examine the exact differences?

I believe select_having is one of the tests that is prone to show
locale-specific differences in row ordering. That's not really
a bug. But if you haven't examined the diffs, there's no way to
know whether there's a more serious problem.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivar 2003-06-12 06:47:36 Returning multiple different selects from procedure ?
Previous Message Tom Lane 2003-06-12 05:09:37 Re: Running two versions on same server