pgsql: Tweak sanity_check regression test to display more tables (viz,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak sanity_check regression test to display more tables (viz,
Date: 2006-08-06 04:35:22
Message-ID: 20060806043522.0A09A9FB34A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-08-06 16:39:29 python - pq: Improve interrupt safety.
Previous Message Tom Lane 2006-08-06 03:53:44 pgsql: Add support for forcing a switch to a new xlog file; cause such a