mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 01:26:56 -04:00
Remove leftover LWLockRelease() call
This code was refactored in d5497b95 but an extra LWLockRelease call was
left behind.
Per report from Erik Rijkers
This commit is contained in:
parent
732740e7d4
commit
fa12cb7f02
1 changed files with 0 additions and 1 deletions
|
|
@ -342,7 +342,6 @@ ExecuteRecoveryCommand(char *command, char *commandName, bool failOnSignal)
|
|||
GetOldestRestartPoint(&restartRedoPtr, &restartTli);
|
||||
XLByteToSeg(restartRedoPtr, restartSegNo);
|
||||
XLogFileName(lastRestartPointFname, restartTli, restartSegNo);
|
||||
LWLockRelease(ControlFileLock);
|
||||
|
||||
/*
|
||||
* construct the command to be executed
|
||||
|
|
|
|||
Loading…
Reference in a new issue