pgsql: Tweak sanity_check regression test to display more tables (viz, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Tweak sanity_check regression test to display more tables (viz,
Date
Msg-id 20060806043522.0A09A9FB34A@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tweak sanity_check regression test to display more tables (viz, those
without indexes) but not to display temp tables.  It's a bit hard to
credit that sanity_check could get through a database-wide VACUUM
while the preceding create_index test is still trying to clean up
its temp tables ... but I see no other explanation for the current
failure report from buildfarm member sponge.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        sanity_check.out (r1.32 -> r1.33)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/sanity_check.out.diff?r1=1.32&r2=1.33)
    pgsql/src/test/regress/sql:
        sanity_check.sql (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/sanity_check.sql.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add support for forcing a switch to a new xlog file; cause such a
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Improve interrupt safety.