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 660a081 commit 7488936Copy full SHA for 7488936
src/backend/storage/lmgr/lock.c
@@ -3309,7 +3309,7 @@ DumpAllLocks(void)
3309
*
3310
* When switching from Hot Standby mode to normal operation, the locks will
3311
* be already held by the startup process. The locks are acquired for the new
3312
- * 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
3313
* startup process and the dummy procs, even though we will momentarily have
3314
* a situation where two procs are holding the same AccessExclusiveLock,
3315
* which isn't normally possible because the conflict. If we're in standby
0 commit comments