Peter Eisentraut <peter(at)eisentraut(dot)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