1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-13 18:28:01 +03:00

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
This commit is contained in:
Michael Paquier
2020-09-10 15:50:50 +09:00
parent 67dde49a3d
commit 447c1cb2f6
5 changed files with 5 additions and 5 deletions

View File

@@ -1353,7 +1353,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;
}