projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936f569
)
Fix copy&paste typo in comment
author
Alvaro Herrera
Wed, 31 Jan 2024 22:11:53 +0000
(23:11 +0100)
committer
Alvaro Herrera
Wed, 31 Jan 2024 22:11:53 +0000
(23:11 +0100)
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 98fa6035cc546f4e89326fbfb0f57adaddd33df4..71677cf031709fd304b0ca55bed28f0e127d9ad4 100644
(file)
--- a/
src/backend/storage/lmgr/lwlock.c
+++ b/
src/backend/storage/lmgr/lwlock.c
@@
-1903,7
+1903,7
@@
LWLockHeldByMe(LWLock *lock)
}
/*
- * LWLockHeldByMe - test whether my process holds any of an array of locks
+ * LWLock
Any
HeldByMe - test whether my process holds any of an array of locks
*
* This is meant as debug support only.
*/