diff options
author | Bruce Momjian | 2023-11-08 21:16:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-11-08 21:16:20 +0000 |
commit | 3a236fc9f39eb9eb39c1a66f7263590be3d2ed45 (patch) | |
tree | e6cab96d0e41e154ad402bfd8b403d3cd1e66717 | |
parent | 53015c8afae30176853bed90061672981d0ed72c (diff) |
doc: change "system" to "cluster" where appropriate
Reported-by: Jeff Davis
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: master
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index bd70ff2e4b8..fc35a46e5ea 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2572,7 +2572,7 @@ include_dir 'conf.d' </term> <listitem> <para> - Sets the maximum number of background processes that the system + Sets the maximum number of background processes that the cluster can support. This parameter can only be set at server start. The default is 8. </para> @@ -2680,7 +2680,7 @@ include_dir 'conf.d' </term> <listitem> <para> - Sets the maximum number of workers that the system can support for + Sets the maximum number of workers that the cluster can support for parallel operations. The default value is 8. When increasing or decreasing this value, consider also adjusting <xref linkend="guc-max-parallel-maintenance-workers"/> and |