diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-09-10 15:50:54 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-09-10 15:50:54 +0900 |
commit | d56d33052183ca57c5a91e16f8c7713903cc6fee (patch) | |
tree | ceb259a6a86b5f3f6743edafcf6b8be757b0051d /src/backend/storage/lmgr/proc.c | |
parent | 95cd8902e62d5ff508be7430ecfce87b3b3475f7 (diff) |
doc: Fix some grammar and inconsistencies
Some comments are fixed while on it.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200818171702.GK17022@telsasoft.com
Backpatch-through: 9.6
Diffstat (limited to 'src/backend/storage/lmgr/proc.c')
-rw-r--r-- | src/backend/storage/lmgr/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c index 1f93576a99f..1da6d7f7c66 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -1341,7 +1341,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable) else LWLockRelease(ProcArrayLock); - /* prevent signal from being resent more than once */ + /* prevent signal from being sent again more than once */ allow_autovacuum_cancel = false; } |