]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix CI failure introduced in commit 851f6649cc.
authorAmit Kapila <akapila@postgresql.org>
Thu, 29 Jan 2026 03:22:02 +0000 (03:22 +0000)
committerAmit Kapila <akapila@postgresql.org>
Thu, 29 Jan 2026 03:22:02 +0000 (03:22 +0000)
commit3a98f989e8e596efb0db942ead90f64800136fac
tree7d7e5749c0ea60e1b5bbd93bae684917def24a85
parentefbebb4e85872b1c4d6bc19c4550e67850b83aab
Fix CI failure introduced in commit 851f6649cc.

The test added in commit 851f6649cc uses a backup taken from a node
created by the previous test to perform standby related checks. On
Windows, however, the standby failed to start with the following error:
FATAL:  could not rename file "backup_label" to "backup_label.old": Permission denied

This occurred because some background sessions from the earlier test were
still active. These leftover processes continued accessing the parent
directory of the backup_label file, likely preventing the rename and
causing the failure. Ensuring that these sessions are cleanly terminated
resolves the issue in local testing.

Additionally, the has_restoring => 1 option has been removed, as it was
not required by the new test.

Reported-by: Robert Haas <robertmhaas@gmail.com>
Backpatch-through: 17
Discussion: https://postgr.es/m/CA+TgmobdVhO0ckZfsBZ0wqDO4qHVCwZZx8sf=EinafvUam-dsQ@mail.gmail.com
src/test/recovery/t/046_checkpoint_logical_slot.pl