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-001LbW-IG@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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3395cc1dbae5f5713373e59510425138da8cecb4

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