Thanks to visit codestin.com Credit goes to github.com
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 a309ebd commit 3bc9356Copy full SHA for 3bc9356
src/backend/storage/lmgr/lwlock.c
@@ -796,8 +796,7 @@ LWLockQueueSelf(LWLock *lock, LWLockMode mode)
796
*
797
* This is used if we queued ourselves because we thought we needed to sleep
798
* but, after further checking, we discovered that we don't actually need to
799
- * do so. Returns false if somebody else already has woken us up, otherwise
800
- * returns true.
+ * do so.
801
*/
802
static void
803
LWLockDequeueSelf(LWLock *lock)
0 commit comments