pgsql: Add TAP test for pg_receivewal with timeline switch - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add TAP test for pg_receivewal with timeline switch
Date
Msg-id E1mhOmq-0004YY-V4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add TAP test for pg_receivewal with timeline switch

pg_receivewal is able to follow a timeline switch, but this was not
tested.  This test uses an empty archive location with a restart done
from a slot, making its implementation a tad simpler than if we would
reuse an existing archive directory.

Author: Ronan Dunklau
Reviewed-by: Kyotaro Horiguchi, Michael Paquier
Discussion: https://postgr.es/m/18708360.4lzOvYHigE@aivenronan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f9b9938a0367313fcf6a32fcb7fb5be9e281198

Modified Files
--------------
src/bin/pg_basebackup/t/020_pg_receivewal.pl | 62 +++++++++++++++++++++++++++-
1 file changed, 61 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Preserve opclass parameters across REINDEX CONCURRENTLY
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp