aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2015-01-08 13:10:33 +0100
committerAndres Freund <andres@anarazel.de>2015-01-08 13:16:31 +0100
commitf454144a34c2288418292ae7b01495724cfda359 (patch)
tree8a2b05f70730867d48496810a66bd823a76cafb3 /src
parent93be0950070b5bcb22600cb1cbb62f93c058a5dd (diff)
downloadpostgresql-f454144a34c2288418292ae7b01495724cfda359.tar.gz
postgresql-f454144a34c2288418292ae7b01495724cfda359.zip
Remove comment that was intended to have been removed before commit.
Noticed by Amit Kapila
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/lmgr/lwlock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c
index 1e7620cc652..7cb002357a2 100644
--- a/src/backend/storage/lmgr/lwlock.c
+++ b/src/backend/storage/lmgr/lwlock.c
@@ -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 */
}