pgsql: Add recovery/startup test with backup_label and missing checkpoi - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add recovery/startup test with backup_label and missing checkpoi
Date
Msg-id E1wj4PU-000owW-0V@gemulon.postgresql.org
Whole thread
List pgsql-committers
Add recovery/startup test with backup_label and missing checkpoint segment

This test is able to trigger the following failure at the beginning of
recovery, that was not covered yet:
FATAL:  could not locate required checkpoint record at %X/%X

Note that the backup used for the node created has its pg_wal/ removed,
which is why the segment expected is missing.

Extracted from a larger patch by the same author.

Author: Nitin Jadhav <nitinjadhavpostgres@gmail.com>
Discussion: https://postgr.es/m/CAMm1aWZ9Tv=Wrx52_2Ppw+6ULf_twRZuQm=ZWLA_a-kXWykHkQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b8598a2b045b172a8f726ba130e9eb764dc0688

Modified Files
--------------
src/test/recovery/t/042_low_level_backup.pl | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Shorten pg_attribute_always_inline to pg_always_inline
Next
From: Amit Kapila
Date:
Subject: pgsql: Don't show tables redundantly when their schema is published.