pgsql: Fix alter_system_table test

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix alter_system_table test
Дата
Msg-id E1ic3Y7-0003kT-R7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix alter_system_table test

Add workaround for disabling ENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS
warning for the test that tries to create a tablespace with a reserved
name.

Discussion: https://www.postgresql.org/message-id/flat/E1iacW7-0003h6-6U%40gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/88d45ac752ae49dbfafeb163b07381d3b8a6b601

Modified Files
--------------
src/test/modules/unsafe_tests/expected/alter_system_table.out | 2 ++
src/test/modules/unsafe_tests/sql/alter_system_table.sql      | 2 ++
2 files changed, 4 insertions(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove XLogFileNameP() from the tree
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Add a regression test for allow_system_table_mods