Unclear text at https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html

Started by PG Bug reporting formover 3 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html
Description:

"In addition, the system must not be running in single-user mode. Since the
entire database system is running in single process in this situation, no
background workers will be available."

Source:
https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html

#2Justin Pryzby
pryzby@telsasoft.com
In reply to: PG Bug reporting form (#1)
Re: Unclear text at https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html

On Tue, Aug 09, 2022 at 09:05:51AM +0000, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html
Description:

"In addition, the system must not be running in single-user mode. Since the
entire database system is running in single process in this situation, no
background workers will be available."

Source:
https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html

+Robert, that originates at 60270e5e0 in v10.

I think it should say "as a single process".

--
Justin