summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2019-11-05 20:54:04 -0500
committerBruce Momjian <bruce@momjian.us>2019-11-05 20:54:04 -0500
commit1673a667d4323f056e4cef715cf4c162190ce8e0 (patch)
tree3bb676b70921674e8859ca01fe76050fe55e031c
parent383602f9abaeeb5315d4a4f0c620d64843ee7f51 (diff)
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.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index 07f9f1081c3..669770cb095 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</> 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>