You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-01-06 08:01:21 +03:00
Fix archive write lock being taken for the synchronous archive-get command.
Reported by Uspen.
This commit is contained in:
@@ -149,8 +149,8 @@ sub process
|
||||
# Loop until the exit command is received
|
||||
eval
|
||||
{
|
||||
# Aquire a lock if required (this will be determined by lockAcquire()). This is done here so any errors will be transmitted
|
||||
# through the protocol layer and cause a graceful shutdown rather than a remote abort.
|
||||
# Acquire a lock if required (this will be determined by lockAcquire()). This is done here so any errors will be
|
||||
# transmitted through the protocol layer and cause a graceful shutdown rather than a remote abort.
|
||||
if (defined($strLockPath) && defined($strLockStanza))
|
||||
{
|
||||
eval
|
||||
|
||||
Reference in New Issue
Block a user