From: Andres Freund Date: Wed, 29 Jul 2015 08:14:32 +0000 (+0200) Subject: Remove outdated comment in LWLockDequeueSelf's header. X-Git-Tag: REL9_5_ALPHA2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81191f65820d3cf29ea94fe7f65c065e8c6a296c;p=postgresql Remove outdated comment in LWLockDequeueSelf's header. Noticed-By: Robert Haas Backpatch: 9.5, where the function was added --- diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index 46cab4911e..e5566d1b60 100644 --- a/src/backend/storage/lmgr/lwlock.c +++ b/src/backend/storage/lmgr/lwlock.c @@ -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)