diff options
Diffstat (limited to 'src/backend/storage/lmgr/lock.c')
| -rw-r--r-- | src/backend/storage/lmgr/lock.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/src/backend/storage/lmgr/lock.c b/src/backend/storage/lmgr/lock.c index f48193c8e73..73cfea2baa0 100644 --- a/src/backend/storage/lmgr/lock.c +++ b/src/backend/storage/lmgr/lock.c @@ -830,13 +830,6 @@ LockAcquireExtended(const LOCKTAG *locktag,  		}  		/* -		 * In Hot Standby perform early deadlock detection in normal backends. -		 * If deadlock found we release partition lock but do not return. -		 */ -		if (RecoveryInProgress() && !InRecovery) -			CheckRecoveryConflictDeadlock(partitionLock); - -		/*  		 * Set bitmask of locks this process already holds on this object.  		 */  		MyProc->heldLocks = proclock->holdMask; | 
