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

Commit632f62d

Browse files
committed
doc: remove unnecessary secondary index terms for replication settings.
Previously, config.sgml included secondary index terms formax_replication_slots and max_active_replication_origins. These areno longer necessary, as each parameter now has a single distinct index entry.The secondary index terms were originally useful becausemax_active_replication_origins was part of max_replication_slots,and separate index entries helped users locate each setting. However,commit04ff636 split them into independent parameters,making the secondary terms redundant.This commit removes the unnecessary secondary index entries tosimplify the documentation.Author: Fujii Masao <masao.fujii@gmail.com>Reviewed-by: Euler Taveira <euler@eulerto.com>Reviewed-by: Robert Treat <rob@xzilla.net>Discussion:https://postgr.es/m/e825e7a7-4877-441d-93c1-25377db36c31@oss.nttdata.com
1 parent6389db2 commit632f62d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4511,7 +4511,6 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
45114511
<term><varname>max_replication_slots</varname> (<type>integer</type>)
45124512
<indexterm>
45134513
<primary><varname>max_replication_slots</varname> configuration parameter</primary>
4514-
<secondary>in a sending server</secondary>
45154514
</indexterm>
45164515
</term>
45174516
<listitem>
@@ -5282,7 +5281,6 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
52825281
<term><varname>max_active_replication_origins</varname> (<type>integer</type>)
52835282
<indexterm>
52845283
<primary><varname>max_active_replication_origins</varname> configuration parameter</primary>
5285-
<secondary>in a subscriber</secondary>
52865284
</indexterm>
52875285
</term>
52885286
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp