8000
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 882b2cd commit 96ae658Copy full SHA for 96ae658
src/backend/storage/lmgr/lwlock.c
@@ -1840,6 +1840,7 @@ LWLockRelease(LWLock *lock)
1840
/* nobody else can have that kind of lock */
1841
Assert(!(oldstate & LW_VAL_EXCLUSIVE));
1842
1843
+ TRACE_POSTGRESQL_LWLOCK_RELEASE(T_NAME(lock));
1844
1845
/*
1846
* We're still waiting for backends to get scheduled, don't wake them up
@@ -1863,8 +1864,6 @@ LWLockRelease(LWLock *lock)
1863
1864
LWLockWakeup(lock);
1865
}
1866
- TRACE_POSTGRESQL_LWLOCK_RELEASE(T_NAME(lock));
1867
-
1868
1869
* Now okay to allow cancel/die interrupts.
1870
*/
0 commit comments