Re: pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEMSET.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEMSET.
Дата
Msg-id 20190828063440.GI1965@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Tue, Aug 27, 2019 at 11:38:28PM -0400, Tom Lane wrote:
> Yeah, it might be a good idea to make a sweep to see what other tests
> should be using safe_psql.

I found more of these while browsing all the tests, so I am just going
to start a new thread with a patch.

> Or, more radically, we could think about redefining PostgresNode::psql
> to complain about errors, and you have to use something else if you
> want it not to?

Not sure about redesigning that as it has been around for a couple of
years now, and that would mean perhaps a third wrapper on top of
PostgresNode::psql.
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Avoid catalog lookups in RelationAllowsEarlyPruning().