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 [email protected]
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/[email protected]

Backpatch to all live branches

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/071ed76a06cfc42107bb3126cb6075c962879569

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.