Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue

From: Jason Tishler <jason(at)tishler(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>, Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
Subject: Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue
Date: 2004-01-07 20:14:22
Message-ID: 20040107201422.GB1160@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Peter,

On Wed, Jan 07, 2004 at 07:14:54PM +0100, Peter Eisentraut wrote:
> Jason Tishler wrote:
> > Sigh... Now I'm really confused!
> >
> > The rules test passes under make check:
> >
> > $ make MAX_CONNECTIONS=5 check
> > [snip]
> > rules ... ok
> > [snip]
>
> It seems that the "make installcheck" case is actually hitting the
> wrong server, namely a 7.4[.0] server. The rules test has indeed been
> changed in 7.4.1 with exactly the diff that you are seeing in your
> failed tests.
>
> http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/test/regress/expected/rules.out
>
> You should probably check your various path settings. It might be the
> case that the wrong libpq gets used.

AFAICT, I was bitten by the following:

This version, as with most minor versions, does not require a
dump/reload to put into place. That said, there are some changes to
the information schema that require a DROP/reload of that *specific*
schema ... please read the HISTORY file for instruction on how to do
this.

After rerunning initdb, the rules regression test now passes.

Thanks,
Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message LitelWang 2004-01-08 00:49:15 Re: new install(latest version) problem in windows 2000/xp
Previous Message Peter Eisentraut 2004-01-07 18:14:54 Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue