Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9326cf9

Browse files
committed
doc: Fix descriptions of some PGC_POSTMASTER parameters.
The following parameters can only be set at server start becausetheir context is PGC_POSTMASTER, but this information was missingor incorrectly documented. This commit adds or correctsthat information for the following parameters:* debug_io_direct* dynamic_shared_memory_type* event_source* huge_pages* io_max_combine_limit* max_notify_queue_pages* shared_memory_type* track_commit_timestamp* wal_decode_buffer_sizeBackpatched to all supported branches.Author: Karina Litskevich <litskevichkarina@gmail.com>Reviewed-by: Chao Li <lic@highgo.com>Reviewed-by: Fujii Masao <masao.fujii@gmail.com>Discussion:https://postgr.es/m/CAHGQGwGfPzcin-_6XwPgVbWTOUFVZgHF5g9ROrwLUdCTfjy=0A@mail.gmail.comBackpatch-through: 13
1 parentd2965f6 commit9326cf9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎doc/src/sgml/config.sgml‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,8 @@ include_dir 'conf.d'
16581658
<para>
16591659
Controls whether huge pages are requested for the main shared memory
16601660
area. Valid values are <literal>try</literal> (the default),
1661-
<literal>on</literal>, and <literal>off</literal>. With
1661+
<literal>on</literal>, and <literal>off</literal>.
1662+
This parameter can only be set at server start. With
16621663
<varname>huge_pages</varname> set to <literal>try</literal>, the
16631664
server will try to request huge pages, but fall back to the default if
16641665
that fails. With <literal>on</literal>, failure to request huge pages
@@ -2012,6 +2013,7 @@ include_dir 'conf.d'
20122013
platform, is generally discouraged because it typically requires
20132014
non-default kernel settings to allow for large allocations (see <xref
20142015
linkend="sysvipc"/>).
2016+
This parameter can only be set at server start.
20152017
</para>
20162018
</listitem>
20172019
</varlistentry>
@@ -2039,6 +2041,7 @@ include_dir 'conf.d'
20392041
however, it may be useful for debugging, when the
20402042
<literal>pg_dynshmem</literal> directory is stored on a RAM disk, or when
20412043
other shared memory facilities are not available.
2044+
This parameter can only be set at server start.
20422045
</para>
20432046
</listitem>
20442047
</varlistentry>
@@ -4221,9 +4224,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
42214224
</term>
42224225
<listitem>
42234226
<para>
4224-
Record commit time of transactions. This parameter
4225-
can only be setin <filename>postgresql.conf</filename> file or on theserver
4226-
command line.The default value is <literal>off</literal>.
4227+
Record commit time of transactions.
4228+
This parametercan only be setatserver start.
4229+
The default value is <literal>off</literal>.
42274230
</para>
42284231
</listitem>
42294232
</varlistentry>
@@ -6363,8 +6366,7 @@ local0.* /var/log/postgresql
63636366
determines the program name used to identify
63646367
<productname>PostgreSQL</productname> messages in
63656368
the log. The default is <literal>PostgreSQL</literal>.
6366-
This parameter can only be set in the <filename>postgresql.conf</filename>
6367-
file or on the server command line.
6369+
This parameter can only be set at server start.
63686370
</para>
63696371
</listitem>
63706372
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp