We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb2c01 commit 211f5afCopy full SHA for 211f5af
src/backend/storage/lmgr/deadlock.c
@@ -12,7 +12,7 @@
12
*
13
14
* IDENTIFICATION
15
- * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/deadlock.c,v 1.1 2001/01/25 03:31:16 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/deadlock.c,v 1.2 2001/01/25 03:45:50 tgl Exp $
16
17
* Interface:
18
@@ -207,6 +207,9 @@ DeadLockCheck(PROC *proc)
207
#ifdef DEBUG_DEADLOCK
208
PrintLockQueue(lock, "rearranged to:");
209
#endif
210
+
211
+ /* See if any waiters for the lock can be woken up now */
212
+ ProcLockWakeup(GetLocksMethodTable(lock), lock);
213
}
214
return false;
215
0 commit comments