mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Typo fix.
This commit is contained in:
@ -3309,7 +3309,7 @@ DumpAllLocks(void)
|
|||||||
*
|
*
|
||||||
* When switching from Hot Standby mode to normal operation, the locks will
|
* When switching from Hot Standby mode to normal operation, the locks will
|
||||||
* be already held by the startup process. The locks are acquired for the new
|
* be already held by the startup process. The locks are acquired for the new
|
||||||
* procs without checking for conflicts, so we don'get a conflict between the
|
* procs without checking for conflicts, so we don't get a conflict between the
|
||||||
* startup process and the dummy procs, even though we will momentarily have
|
* startup process and the dummy procs, even though we will momentarily have
|
||||||
* a situation where two procs are holding the same AccessExclusiveLock,
|
* a situation where two procs are holding the same AccessExclusiveLock,
|
||||||
* which isn't normally possible because the conflict. If we're in standby
|
* which isn't normally possible because the conflict. If we're in standby
|
||||||
|
Reference in New Issue
Block a user