summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2019-11-06 01:54:04 +0000
committerBruce Momjian2019-11-06 01:54:04 +0000
commit4b5e58b86e3b09daa7384dbbd0bb4cacbd9bd7c6 (patch)
treec27470fe9d91272d1b41188d275a0cf9f487132c
parent26aaf97b683d6258c098859e6b1268e1f5da242f (diff)
doc: fix plurality typo on bgwriter doc sentence
Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.4
-rw-r--r--doc/src/sgml/bgworker.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index bc5a52584b9..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 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.
</para>