From: Bruce Momjian Date: Wed, 8 Nov 2023 21:16:20 +0000 (-0500) Subject: doc: change "system" to "cluster" where appropriate X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3a236fc9f39eb9eb39c1a66f7263590be3d2ed45;p=users%2Frhaas%2Fpostgres.git doc: change "system" to "cluster" where appropriate Reported-by: Jeff Davis Discussion: https://postgr.es/m/d040a1144e0127a49e335d1244a4de102a2a443b.camel@j-davis.com Backpatch-through: master --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index bd70ff2e4b..fc35a46e5e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2572,7 +2572,7 @@ include_dir 'conf.d' - 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. @@ -2680,7 +2680,7 @@ include_dir 'conf.d' - 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 and