mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
Remove comment that was intended to have been removed before commit.
Noticed by Amit Kapila
This commit is contained in:
@@ -982,7 +982,6 @@ LWLockAcquireCommon(LWLock *lock, LWLockMode mode, uint64 *valptr, uint64 val)
|
|||||||
|
|
||||||
if (!mustwait)
|
if (!mustwait)
|
||||||
{
|
{
|
||||||
/* XXX: remove before commit? */
|
|
||||||
LOG_LWDEBUG("LWLockAcquire", lock, "immediately acquired lock");
|
LOG_LWDEBUG("LWLockAcquire", lock, "immediately acquired lock");
|
||||||
break; /* got the lock */
|
break; /* got the lock */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user