Re: pgsql: Add a regression test for allow_system_table_mods - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add a regression test for allow_system_table_mods
Date
Msg-id 13656.1575041267@sss.pgh.pa.us
Whole thread Raw
Responses Re: pgsql: Add a regression test for allow_system_table_mods  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-committers
Peter Eisentraut <peter@eisentraut.org> writes:
> Add a regression test for allow_system_table_mods

Oooh ... some of the buildfarm members are pointing out that this
didn't follow a project convention:

@@ -153,6 +153,7 @@
 ROLLBACK;
 -- reserved tablespace name
 CREATE TABLESPACE pg_foo LOCATION '/no/such/location';
+WARNING:  tablespaces created by regression test cases should have names starting with "regress_"
 ERROR:  directory "/no/such/location" does not exist
 -- triggers
 CREATE TRIGGER t1 BEFORE INSERT ON pg_description EXECUTE FUNCTION tf1();

            regards, tom lane



pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Add tests for '-f' option in dropdb utility.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add a regression test for allow_system_table_mods