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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Tweak sanity_check regression test to display more tables (viz,
Дата
Msg-id 20060806043522.0A09A9FB34A@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add support for forcing a switch to a new xlog file; cause such a
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: Improve interrupt safety.