pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.
Дата
Msg-id E1i2M8q-0004CM-Vf@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEMSET.  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.

If a test case tried to set an invalid value of synchronous_standby_names,
the test script didn't detect that, which seems like a bad idea.
Noticed while testing a proposed patch that broke some of these
test cases.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb57f40eec503d637bf01c298f5cb2472f0d4fdb

Modified Files
--------------
src/test/recovery/t/007_sync_rep.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix postmaster state machine to handle dead_end child crashesbe
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix failure of --jobs with vacuumdb on Windows