diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-11-05 20:54:04 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-11-05 20:54:04 -0500 |
commit | f71a299c6cb87ac17b51ee1b9e389ae5a31b86fa (patch) | |
tree | 9ea51437e4c90d5bfa8f254fbc27d64a53ba15a0 | |
parent | f9bd3b6d929aa731ef5b999c9fadfc2acd0b7cfe (diff) | |
download | postgresql-f71a299c6cb87ac17b51ee1b9e389ae5a31b86fa.tar.gz postgresql-f71a299c6cb87ac17b51ee1b9e389ae5a31b86fa.zip |
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
-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 bc5a52584b9..2bfc6eb9439 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 process should exercise extreme + modules that include background worker processs should exercise extreme caution. Only carefully audited modules should be permitted to run background worker processes. </para> |