pgsql: Update some tests in 013_crash_restart.pl.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update some tests in 013_crash_restart.pl.
Дата
Msg-id E1nbYe7-000Mnc-DN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update some tests in 013_crash_restart.pl.

The expected backend message after SIGQUIT changed in commit
7e784d1dc, but we missed updating this test case.  Also, experience
shows that we might sometimes get "could not send data to server"
instead of either of the libpq messages the test is looking for.

Per report from Mark Dilger.  Back-patch to v14 where the
backend message changed.

Discussion: https://postgr.es/m/17BD82D7-49AC-40C9-8204-E7ADD30321A0@enterprisedb.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8803df4ea960117f42f38ee82a74e954e72e0339

Modified Files
--------------
src/test/recovery/t/013_crash_restart.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: JSON_TABLE
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Refactor and cleanup runtime partition prune code a little