mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Fix typo
This commit is contained in:
parent
dda7c34555
commit
593c75d5c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 locker will see our queue entries when releasing since they
|
||||
* existed before we checked for the lock.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue