doc: fix plurality typo on bgwriter doc sentence
authorBruce Momjian <[email protected]>
Wed, 6 Nov 2019 01:54:04 +0000 (20:54 -0500)
committerBruce Momjian <[email protected]>
Wed, 6 Nov 2019 01:54:04 +0000 (20:54 -0500)
Reported-by: [email protected]
Discussion: https://postgr.es/m/157204060717.1042.8194076510523669244@wrigleys.postgresql.org

Backpatch-through: 9.4

doc/src/sgml/bgworker.sgml

index bc5a52584b9eeb31cd11012ed137459e51859971..ad17b42c898b0cb12181bc7920ebcabd3e7a69e6 100644 (file)
@@ -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>