Re: pgsql: Add a regression test for allow_system_table_mods

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Add a regression test for allow_system_table_mods
Дата
Msg-id 315cfd3b-9d04-0ea4-76d8-1507c8bd9bb7@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Add a regression test for allow_system_table_mods  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Add a regression test for allow_system_table_mods  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 2019-11-29 16:27, Tom Lane wrote:
> 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:

Um, yes, that's why it's in unsafe_tests.  Is there a way around this?

> 
> @@ -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
> 



-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add a regression test for allow_system_table_mods
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add a regression test for allow_system_table_mods