projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93be095
)
Remove comment that was intended to have been removed before commit.
author
Andres Freund
<andres@anarazel.de>
Thu, 8 Jan 2015 12:10:33 +0000
(13:10 +0100)
committer
Andres 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/lmgr/lwlock.c
b/src/backend/storage/lmgr/lwlock.c
index 1e7620cc65231114269b13a735aa49d3ea7ce3cd..7cb002357a26c7495857599cdf1b0e03df864679 100644
(file)
--- 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 */
}