Re: I seem to have failed some tests..;-(

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: "John Clark L(dot) Naldoza" <njclark(at)ntsp(dot)nec(dot)co(dot)jp>, pgsql-general(at)postgresql(dot)org
Subject: Re: I seem to have failed some tests..;-(
Date: 2001-03-21 02:42:55
Message-ID: 01032021463809.14753@lowen
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 20 Mar 2001, John Clark L. Naldoza wrote:
> I configured my postgresql distro using the following command:
> ./configure --prefix=/usr --exec-prefix=/usr --enable-locale

> My system is running on a Dell power edge 2400 PIII w/ 256MB 36GB UW
> SCSI, Trustix 1.2 w/ the stock 2.2.17 kernel running.

Hmmmm. Out of curiosity, do the following:
Blow out the database data tree (wherever $PGDATA points to)
When you initdb, do it as:
LC_ALL=C initdb .......

Now, when you start postmaster, start it with
LC_ALL=C postmaster

Or
LC_ALL=C pg_ctl start -D $PGDATA -p /path/to/postmaster

Then rerun regression and see if it passes. Those test results look awfully
familiar -- particularly select_having and select_implicit.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Baquiran 2001-03-21 03:39:06 Upgrade 6.5 to 7.0.3 or 7.1 beta?
Previous Message John Clark L. Naldoza 2001-03-21 02:39:56 I seem to have failed some tests..;-(