Skip to content

Commit 632f62d

Browse files
committed
doc: remove unnecessary secondary index terms for replication settings.
Previously, config.sgml included secondary index terms for max_replication_slots and max_active_replication_origins. These are no longer necessary, as each parameter now has a single distinct index entry. The secondary index terms were originally useful because max_active_replication_origins was part of max_replication_slots, and separate index entries helped users locate each setting. However, commit 04ff636 split them into independent parameters, making the secondary terms redundant. This commit removes the unnecessary secondary index entries to simplify 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 parent 6389db2 commit 632f62d

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)