aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2025-04-25 14:58:14 +0900
committerFujii Masao <fujii@postgresql.org>2025-04-25 14:58:14 +0900
commit632f62dcecc78fe66f06a1ce1b0c57d16f32e191 (patch)
tree1efa829d034a8ddbc0d5d2f3e53b4f790b8dcb6c /doc/src
parent6389db23209a3a9b99759b26fbd26a9da5693116 (diff)
downloadpostgresql-632f62dcecc78fe66f06a1ce1b0c57d16f32e191.tar.gz
postgresql-632f62dcecc78fe66f06a1ce1b0c57d16f32e191.zip
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 04ff636cbce 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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index c1674c22cb2..bd48a3ba139 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4511,7 +4511,6 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<term><varname>max_replication_slots</varname> (<type>integer</type>)
<indexterm>
<primary><varname>max_replication_slots</varname> configuration parameter</primary>
- <secondary>in a sending server</secondary>
</indexterm>
</term>
<listitem>
@@ -5282,7 +5281,6 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
<term><varname>max_active_replication_origins</varname> (<type>integer</type>)
<indexterm>
<primary><varname>max_active_replication_origins</varname> configuration parameter</primary>
- <secondary>in a subscriber</secondary>
</indexterm>
</term>
<listitem>