From: Bruce Momjian Date: Wed, 6 Nov 2019 01:54:04 +0000 (-0500) Subject: doc: fix plurality typo on bgwriter doc sentence X-Git-Tag: REL9_5_20~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c9b0cdc52e3ada22fa30cf8c4fcd78fdad29ea7;p=thirdparty%2Fpostgresql.git doc: fix plurality typo on bgwriter doc sentence Reported-by: matthew.alton@gmail.com Discussion: https://postgr.es/m/157204060717.1042.8194076510523669244@wrigleys.postgresql.org Backpatch-through: 9.4 --- diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index d024a1796e0..475d390bbf6 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -23,7 +23,7 @@ There are considerable robustness and security risks in using background worker processes because, being written in the C language, they have unrestricted access to data. Administrators wishing to enable - modules that include background worker process should exercise extreme + modules that include background worker processes should exercise extreme caution. Only carefully audited modules should be permitted to run background worker processes.