Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue - Mailing list pgsql-cygwin

From Peter Eisentraut
Subject Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue
Date
Msg-id 200401071914.54742.peter_e@gmx.net
Whole thread Raw
In response to Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue  (Jason Tishler <jason@tishler.net>)
Responses Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue  (Jason Tishler <jason@tishler.net>)
List pgsql-cygwin
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.


pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: new install(latest version) problem in windows 2000/xp
Next
From: Jason Tishler
Date:
Subject: Re: Cygwin PostgreSQL 7.4.1 Regression Test Issue