pgsql: Drop unlogged table after test is done

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Drop unlogged table after test is done
Дата
Msg-id E1niz6u-0014MH-3k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Drop unlogged table after test is done

Another test is constructed on top of regression tests, which does not
work correctly with unlogged tables.  For now, cope with that by making
sure no unlogged table is left behind.

Per buildfarm pink after 4fb5c794e586.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dec8ad367e46180f826d5b6dc820fbecba1b71d2

Modified Files
--------------
src/test/regress/expected/spgist.out | 1 +
src/test/regress/sql/spgist.sql      | 1 +
2 files changed, 2 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Remove some recently-added pg_dump test cases.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Inhibit mingw CRT's auto-globbing of command line arguments