1
0
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:
Andres Freund
2015-01-08 13:10:33 +01:00
parent 93be095007
commit f454144a34

View File

@@ -982,7 +982,6 @@ LWLockAcquireCommon(LWLock *lock, LWLockMode mode, uint64 *valptr, uint64 val)
if (!mustwait)
{
/* XXX: remove before commit? */
LOG_LWDEBUG("LWLockAcquire", lock, "immediately acquired lock");
break; /* got the lock */
}