summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2020-04-08 11:37:27 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2020-04-08 11:37:27 +0300
commit1aac32df89eb19949050f6f27c268122833ad036 (patch)
tree7f1b7d61e1bdb19a5f9437d5198b63e4be4e2ecb /src/backend/storage/lmgr/proc.c
parent02a2e8b442002a698336954633b0ccc4e30061e6 (diff)
Revert 0f5ca02f53
0f5ca02f53 introduces 3 new keywords. It appears to be too much for relatively small feature. Given now we past feature freeze, it's already late for discussion of the new syntax. So, revert. Discussion: https://postgr.es/m/28209.1586294824%40sss.pgh.pa.us
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)
{