pgsql: Avoid error in recovery test if history file is not yet present - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Avoid error in recovery test if history file is not yet present
Date
Msg-id E1sU5vN-0000PI-Pq@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_12_STABLE

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

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


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Rethink c2d93c3802b
Next
From: Nathan Bossart
Date:
Subject: pgsql: Use PqMsg_* macros in more places.