diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-09-10 15:50:46 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-09-10 15:50:46 +0900 |
commit | 25ff747721a5f4d386127528f50fd81d6cea365a (patch) | |
tree | 4fe35e0b7d37baf817de8fd5b48bcfa3b0bb9aa8 /src | |
parent | d038c6c6318b1959640a5a4b0f25cd577ebffbdf (diff) | |
download | postgresql-25ff747721a5f4d386127528f50fd81d6cea365a.tar.gz postgresql-25ff747721a5f4d386127528f50fd81d6cea365a.zip |
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')
-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 498373fd0ee..b15e576e449 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -1370,7 +1370,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; } |