diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-11-05 21:29:02 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-11-05 21:29:02 -0500 |
commit | 4d616b112704411ff059321c76f438691f0f2ae8 (patch) | |
tree | 7be2242a268e03175d74131b8017d9cada82ae02 | |
parent | f71a299c6cb87ac17b51ee1b9e389ae5a31b86fa (diff) |
doc: fix for plurality typo on bgwriter doc sentence
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20191106022353.GX4999@telsasoft.com
Backpatch-through: 11, 12
-rw-r--r-- | doc/src/sgml/bgworker.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 2bfc6eb9439..ad17b42c898 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 <literal>C</literal> language, they have unrestricted access to data. Administrators wishing to enable - modules that include background worker processs 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. </para> |