]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove TAP test for timeline lookup race with logical decoding on standbys
authorMichael Paquier <michael@paquier.xyz>
Thu, 11 Jun 2026 10:00:55 +0000 (19:00 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 11 Jun 2026 10:00:55 +0000 (19:00 +0900)
commitc011d5b654573db9e2db7cf2eb4e62e58bd2aa86
tree432d6cea75b3dea9513beb0deac7a1ab6f013e34
parentbcbbd070d4961aa4c2f983bdbcf488c0c0d752a1
Remove TAP test for timeline lookup race with logical decoding on standbys

16b89ff04839 has introduced this test, but I have missed that the script
should check for the existence of the test module injection_points.
This requirement has been added by 105b2cb33617 in v18 and newer
branches.

Let's just remove the test on v17.  There is still coverage in v18 and
HEAD, that should be good enough.

Per reports from the buildfarm.

Discussion: https://postgr.es/m/aiqFjzGHpnYFP-Gm@paquier.xyz
Backpatch-through: 17 (only)
src/backend/access/transam/xlog.c
src/test/recovery/t/035_standby_logical_decoding.pl