mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 10:11:47 -04:00
Remove outdated comment in LWLockDequeueSelf's header.
Noticed-By: Robert Haas Backpatch: 9.5, where the function was added
This commit is contained in:
parent
6f1789a475
commit
81191f6582
1 changed files with 1 additions and 2 deletions
|
|
@ -796,8 +796,7 @@ LWLockQueueSelf(LWLock *lock, LWLockMode mode)
|
|||
*
|
||||
* This is used if we queued ourselves because we thought we needed to sleep
|
||||
* but, after further checking, we discovered that we don't actually need to
|
||||
* do so. Returns false if somebody else already has woken us up, otherwise
|
||||
* returns true.
|
||||
* do so.
|
||||
*/
|
||||
static void
|
||||
LWLockDequeueSelf(LWLock *lock)
|
||||
|
|
|
|||
Loading…
Reference in a new issue