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

Commitc82d59d

Browse files
committed
doc: Improve description of wal_receiver_status_interval
This parameter description was previously confusing, telling that avalue of 0 disabled completely status updates. This is not true asthere are cases where an update is sent while ignoring this parametervalue. The documentation is improved to outline the difference oftreatment for scheduled status messages and when these are forced.Reported-by: Dmitriy KuzminAuthor: Michael PaquierReviewed-by: Euler TaveiraDiscussion:https://postgr.es/m/161346024420.3455.1345266601055047937@wrigleys.postgresql.org
1 parent5a65eac commitc82d59d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4503,15 +4503,16 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
45034503
view. The standby will report
45044504
the last write-ahead log location it has written, the last position it
45054505
has flushed to disk, and the last position it has applied.
4506-
This parameter's
4507-
value is the maximum amount of time between reports. Updates are
4508-
sent each time the write or flush positions change, or at least as
4509-
often as specified by this parameter. Thus, the apply position may
4510-
lag slightly behind the true position.
4506+
This parameter's value is the maximum amount of time between reports.
4507+
Updates are sent each time the write or flush positions change, or as
4508+
often as specified by this parameter if set to a non-zero value.
4509+
There are additional cases where updates are sent while ignoring this
4510+
parameter; for example, when processing of the existing WAL completes
4511+
or when <varname>synchronous_commit</varname> is set to
4512+
<literal>remote_apply</literal>.
4513+
Thus, the apply position may lag slightly behind the true position.
45114514
If this value is specified without units, it is taken as seconds.
4512-
The default value is 10 seconds.
4513-
Setting this parameter to zero disables status updates completely.
4514-
This parameter can only be set in
4515+
The default value is 10 seconds. This parameter can only be set in
45154516
the <filename>postgresql.conf</filename> file or on the server
45164517
command line.
45174518
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp