8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda7c34 commit 593c75dCopy full SHA for 593c75d
src/backend/storage/lmgr/lwlock.c
@@ -1187,7 +1187,7 @@ LWLockAcquire(LWLock *lock, LWLockMode mode)
1187
* Instead add us to the queue and try to grab the lock again. If we
1188
* succeed we need to revert the queuing and be happy, otherwise we
1189
* recheck the lock. If we still couldn't grab it, we know that the
1190
- * other lock will see our queue entries when releasing since they
+ * other locker will see our queue entries when releasing since they
1191
* existed before we checked for the lock.
1192
*/
1193
0 commit comments