Unclear text at https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html
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
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