summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/lmgr/proc.c')
-rw-r--r--src/backend/storage/lmgr/proc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c
index 04a5d595e4d..5aa19d3f781 100644
--- a/src/backend/storage/lmgr/proc.c
+++ b/src/backend/storage/lmgr/proc.c
@@ -38,7 +38,6 @@
#include "access/transam.h"
#include "access/twophase.h"
#include "access/xact.h"
-#include "commands/wait.h"
#include "miscadmin.h"
#include "pgstat.h"
#include "postmaster/autovacuum.h"
@@ -718,9 +717,6 @@ LockErrorCleanup(void)
AbortStrongLockAcquire();
- /* If BEGIN WAIT FOR LSN was interrupted, then stop waiting for that LSN */
- WaitLSNDelete();
-
/* Nothing to do if we weren't waiting for a lock */
if (lockAwaited == NULL)
{