Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 99d6dd3

Browse files
committed
doc: Fix description of some GUCs in docs and postgresql.conf.sample
The following parameters have been imprecise, or incorrect, about their description (PGC_POSTMASTER or PGC_SIGHUP): - autovacuum_work_mem (docs, as of 9.6~) - huge_page_size (docs, as of 14~) - max_logical_replication_workers (docs, as of 10~) - max_sync_workers_per_subscription (docs, as of 10~) - min_dynamic_shared_memory (docs, as of 14~) - recovery_init_sync_method (postgresql.conf.sample, as of 14~) - remove_temp_files_after_crash (docs, as of 14~) - restart_after_crash (docs, as of 9.6~) - ssl_min_protocol_version (docs, as of 12~) - ssl_max_protocol_version (docs, as of 12~) This commit adjusts the description of all these parameters to be more consistent with the practice used for the others. Revewed-by: Justin Pryzby Discussion: https://postgr.es/m/YK2ltuLpe+FbRXzA@paquier.xyz Backpatch-through: 9.6
1 parent 3f8072b commit 99d6dd3

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,11 @@ include_dir 'conf.d'
13821382
want to set this to a higher value if all software components can
13831383
support the newer protocol versions.
13841384
</para>
1385+
1386+
<para>
1387+
This parameter can only be set in the <filename>postgresql.conf</filename>
1388+
file or on the server command line.
1389+
</para>
13851390
</listitem>
13861391
</varlistentry>
13871392

@@ -1400,6 +1405,11 @@ include_dir 'conf.d'
14001405
useful for testing or if some component has issues working with a
14011406
newer protocol.
14021407
</para>
1408+
1409+
<para>
1410+
This parameter can only be set in the <filename>postgresql.conf</filename>
1411+
file or on the server command line.
1412+
</para>
14031413
</listitem>
14041414
</varlistentry>
14051415

@@ -1740,6 +1750,9 @@ include_dir 'conf.d'
17401750
the value of <xref linkend="guc-maintenance-work-mem"/> should
17411751
be used instead. The setting has no effect on the behavior of
17421752
<command>VACUUM</command> when run in other contexts.
1753+
This parameter can only be set in the
1754+
<filename>postgresql.conf</filename> file or on the server command
1755+
line.
17431756
</para>
17441757
</listitem>
17451758
</varlistentry>
@@ -4448,7 +4461,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
44484461
<varname>max_worker_processes</varname>.
44494462
</para>
44504463
<para>
4451-
The default value is 4.
4464+
The default value is 4. This parameter can only be set at server
4465+
start.
44524466
</para>
44534467
</listitem>
44544468
</varlistentry>
@@ -4473,7 +4487,9 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
44734487
<varname>max_logical_replication_workers</varname>.
44744488
</para>
44754489
<para>
4476-
The default value is 2.
4490+
The default value is 2. This parameter can only be set in the
4491+
<filename>postgresql.conf</filename> file or on the server command
4492+
line.
44774493
</para>
44784494
</listitem>
44794495
</varlistentry>
@@ -9143,6 +9159,11 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
91439159
useful to disable the restart so that the clusterware can gain
91449160
control and take any actions it deems appropriate.
91459161
</para>
9162+
9163+
<para>
9164+
This parameter can only be set in the <filename>postgresql.conf</filename>
9165+
file or on the server command line.
9166+
</para>
91469167
</listitem>
91479168
</varlistentry>
91489169

0 commit comments

Comments
 (0)