pgsql: Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl
Date: 2022-10-29 17:42:58
Message-ID: E1ooprF-001LbV-Hl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.

Per buildfarm member kittiwake. Back-patch to v15, where this test
first appeared.

Discussion: https://postgr.es/m/20220116210241.GC756210@rfd.leadboat.com

Branch
------
master

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

Modified Files
--------------
src/test/recovery/t/032_relfilenode_reuse.pl | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-10-31 03:45:21 pgsql: Clean up some inconsistencies with GUC declarations
Previous Message David Rowley 2022-10-28 10:08:16 pgsql: Use Limit instead of Unique to implement DISTINCT, when possible