pgsql: Avoid error in recovery test if history file is not yet present

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Avoid error in recovery test if history file is not yet present
Дата
Msg-id E1sU5vN-0000P2-LO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid error in recovery test if history file is not yet present

Error was detected when testing use of libpq sessions instead of psql
for polling queries.

Discussion: https://postgr.es/m/e86b6d2d-20d8-4ac9-9a98-165fff7db886@dunslane.net

Backpatch to all live branches

Branch
------
master

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

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


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: pgsql: SQL/JSON: Rethink c2d93c3802b
Следующее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Use PqMsg_* macros in more places.