| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix alter_system_table test |
| Date: | 2019-12-03 08:28:47 |
| Message-ID: | E1ic3Y7-0003kT-R7@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2019-12-03 08:30:22 | Re: pgsql: Add a regression test for allow_system_table_mods |
| Previous Message | Michael Paquier | 2019-12-03 06:08:16 | pgsql: Remove XLogFileNameP() from the tree |