test select_having FAILED

From: Ardell Dzaky <ardellinux(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: test select_having FAILED
Date: 2003-06-12 01:56:10
Message-ID: 20030612015610.91270.qmail@web20501.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I have installed postgresql-7.3.3 in my RH7.3 machine,
then did regression test.

1) after login as postgres
$ source ~/.bashrc
$ initdb
$ pg_ctl -w start
$ cd /usr/local/src/postgres-7.3.3/src/test/regress
$ make all runtest
.....appear a lot of error.....

2) otherwise
$ source ~/.bashrc
$ initdb
$ postmaster -Si
$ cd /usr/local/src/postgres-7.3.3/src/test/regress
$ make all runtest
....failed only 1 test -> select_having....

It is so important this 'select_having'?
How can I fix it?
Thanks for any help!

=====
Regards,
Ardell

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yudha Setiawan 2003-06-12 02:02:39 Custom Dump (just function and trigger)
Previous Message Dima Tkach 2003-06-12 01:42:24 Re: need a method to ping a running database