pgsql: Fix alter_system_table test - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix alter_system_table test
Date
Msg-id E1ic3Y7-0003kT-R7@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove XLogFileNameP() from the tree
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add a regression test for allow_system_table_mods