Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7488936

Browse files
committed
Typo fix.
1 parent 660a081 commit 7488936

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/lock.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3309,7 +3309,7 @@ DumpAllLocks(void)
33093309
*
33103310
* When switching from Hot Standby mode to normal operation, the locks will
33113311
* 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
3312+
* procs without checking for conflicts, so we don't get a conflict between the
33133313
* startup process and the dummy procs, even though we will momentarily have
33143314
* a situation where two procs are holding the same AccessExclusiveLock,
33153315
* which isn't normally possible because the conflict. If we're in standby

0 commit comments

Comments
 (0)