diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-09-10 15:50:19 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-09-10 15:50:19 +0900 |
commit | aad546bd0a51059aafe44e8c4a783afa1557d1d9 (patch) | |
tree | 3373e5820af0603d0e54b1bee45c4ac11db529f7 /src/backend/storage/lmgr/proc.c | |
parent | fe4d022c8e171ba3a9165bd55fa6b2ca3a40fa4e (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 19a9f939492..88566bd9fab 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -1369,7 +1369,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; } |