diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-11-08 16:16:20 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-11-08 16:16:20 -0500 |
commit | 3a236fc9f39eb9eb39c1a66f7263590be3d2ed45 (patch) | |
tree | e6cab96d0e41e154ad402bfd8b403d3cd1e66717 /doc/src | |
parent | 53015c8afae30176853bed90061672981d0ed72c (diff) | |
download | postgresql-3a236fc9f39eb9eb39c1a66f7263590be3d2ed45.tar.gz postgresql-3a236fc9f39eb9eb39c1a66f7263590be3d2ed45.zip |
doc: change "system" to "cluster" where appropriate
Reported-by: Jeff Davis
Discussion: https://postgr.es/m/d040a1144e0127a49e335d1244a4de102a2a443b.camel@j-davis.com
Backpatch-through: master
Diffstat (limited to 'doc/src')
-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 |