]> granicus.if.org Git - postgresql/commitdiff
Remove comment that was intended to have been removed before commit.
authorAndres Freund <andres@anarazel.de>
Thu, 8 Jan 2015 12:10:33 +0000 (13:10 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 8 Jan 2015 12:16:31 +0000 (13:16 +0100)
Noticed by Amit Kapila

src/backend/storage/lmgr/lwlock.c

index 1e7620cc65231114269b13a735aa49d3ea7ce3cd..7cb002357a26c7495857599cdf1b0e03df864679 100644 (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 */
                }