Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f454144

Browse files
committed
Remove comment that was intended to have been removed before commit.
Noticed by Amit Kapila
1 parent 93be095 commit f454144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/storage/lmgr/lwlock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,6 @@ LWLockAcquireCommon(LWLock *lock, LWLockMode mode, uint64 *valptr, uint64 val)
982982

983983
if (!mustwait)
984984
{
985-
/* XXX: remove before commit? */
986985
LOG_LWDEBUG("LWLockAcquire", lock, "immediately acquired lock");
987986
break; /* got the lock */
988987
}

0 commit comments

Comments
 (0)