Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 521a812

Browse filesBrowse 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 7777df3 commit 521a812
Copy full SHA for 521a812

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎doc/src/sgml/config.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/config.sgml
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,9 @@ include_dir 'conf.d'
15441544
the value of <xref linkend="guc-maintenance-work-mem"> should
15451545
be used instead. The setting has no effect on the behavior of
15461546
<command>VACUUM</command> when run in other contexts.
1547+
This parameter can only be set in the
1548+
<filename>postgresql.conf</filename> file or on the server command
1549+
line.
15471550
</para>
15481551
</listitem>
15491552
</varlistentry>
@@ -7627,6 +7630,11 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
76277630
useful to disable the restart so that the clusterware can gain
76287631
control and take any actions it deems appropriate.
76297632
</para>
7633+
7634+
<para>
7635+
This parameter can only be set in the <filename>postgresql.conf</filename>
7636+
file or on the server command line.
7637+
</para>
76307638
</listitem>
76317639
</varlistentry>
76327640

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.