Thread: Correction For PostgreSQL Manual

Correction For PostgreSQL Manual

From
PG Doc comments form
Date:
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!

Re: Correction For PostgreSQL Manual

From
Bruce Momjian
Date:
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  <bruce@momjian.us>        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 +

Attachment

Re: Correction For PostgreSQL Manual

From
Justin Pryzby
Date:
On Tue, Nov 05, 2019 at 08:54:46PM -0500, Bruce Momjian wrote:
> 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 ...
> 
> Yes, it does help.  I have fixed it in all supported versions, patch
> attached.

It looks like that introduced a different typo in v11 and v12.

git fetch:
da5cd7a..00ac1ec  REL9_4_STABLE -> origin/REL9_4_STABLE 00ac1eced6204656ae393a719063fbef99a2cf4b => ok
74d32ee..5c9b0cd  REL9_5_STABLE -> origin/REL9_5_STABLE 5c9b0cdc52e3ada22fa30cf8c4fcd78fdad29ea7 => ok
648f178..1673a66  REL9_6_STABLE -> origin/REL9_6_STABLE 1673a667d4323f056e4cef715cf4c162190ce8e0 => ok
f5efc93..cb573bd  REL_10_STABLE -> origin/REL_10_STABLE cb573bdde9563aed99aa20b54ec70acc82fac3c5 => ok
8f8ff09..0d8bc87  REL_11_STABLE -> origin/REL_11_STABLE 0d8bc874cfed23e4b59c67221a6564dcdefd3efb => bad: processs
4d04031..f71a299  REL_12_STABLE -> origin/REL_12_STABLE f71a299c6cb87ac17b51ee1b9e389ae5a31b86fa => bad: processs
2a4d96e..a386942  master     -> origin/master           4b5e58b86e3b09daa7384dbbd0bb4cacbd9bd7c6 => ok



Re: Correction For PostgreSQL Manual

From
Bruce Momjian
Date:
On Tue, Nov  5, 2019 at 08:23:53PM -0600, Justin Pryzby wrote:
> It looks like that introduced a different typo in v11 and v12.
> 
> git fetch:
> da5cd7a..00ac1ec  REL9_4_STABLE -> origin/REL9_4_STABLE 00ac1eced6204656ae393a719063fbef99a2cf4b => ok
> 74d32ee..5c9b0cd  REL9_5_STABLE -> origin/REL9_5_STABLE 5c9b0cdc52e3ada22fa30cf8c4fcd78fdad29ea7 => ok
> 648f178..1673a66  REL9_6_STABLE -> origin/REL9_6_STABLE 1673a667d4323f056e4cef715cf4c162190ce8e0 => ok
> f5efc93..cb573bd  REL_10_STABLE -> origin/REL_10_STABLE cb573bdde9563aed99aa20b54ec70acc82fac3c5 => ok
> 8f8ff09..0d8bc87  REL_11_STABLE -> origin/REL_11_STABLE 0d8bc874cfed23e4b59c67221a6564dcdefd3efb => bad: processs
> 4d04031..f71a299  REL_12_STABLE -> origin/REL_12_STABLE f71a299c6cb87ac17b51ee1b9e389ae5a31b86fa => bad: processs
> 2a4d96e..a386942  master     -> origin/master           4b5e58b86e3b09daa7384dbbd0bb4cacbd9bd7c6 => ok

Thank you so much for the correction, fixed.

-- 
  Bruce Momjian  <bruce@momjian.us>        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 +