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
This commit is contained in:
Bruce Momjian 2019-11-05 21:29:02 -05:00
parent f71a299c6c
commit 4d616b1127
1 changed files with 1 additions and 1 deletions

View 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 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>