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.