On Fri, Oct 25, 2019 at 09:56:47PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/12/bgworker.html
> Description:
>
> The warning about background worker processes at the beginning of Chapter 47
> reads:
>
> Administrators wishing to enable modules that include background worker
> process ...
>
> Should be:
>
> Administrators wishing to enable modules that include background worker
> processes ...
>
> Hope this helps!
Yes, it does help. I have fixed it in all supported versions, patch
attached.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index bc5a52584b..ad17b42c89 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>