projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda7c34
)
Fix typo
author
Alvaro Herrera
<
[email protected]
>
Tue, 17 Jan 2017 19:49:20 +0000
(16:49 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 17 Jan 2017 19:49:20 +0000
(16:49 -0300)
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 93ab4d12ab42c72be35b1d4866563c9b30b02a60..c196bb8205350611524887c7f00daf405ee88813 100644
(file)
--- a/
src/backend/storage/lmgr/lwlock.c
+++ b/
src/backend/storage/lmgr/lwlock.c
@@
-1187,7
+1187,7
@@
LWLockAcquire(LWLock *lock, LWLockMode mode)
* Instead add us to the queue and try to grab the lock again. If we
* succeed we need to revert the queuing and be happy, otherwise we
* recheck the lock. If we still couldn't grab it, we know that the
- * other lock will see our queue entries when releasing since they
+ * other lock
er
will see our queue entries when releasing since they
* existed before we checked for the lock.
*/