doc: remove unnecessary secondary index terms for replication settings.
authorFujii Masao
Fri, 25 Apr 2025 05:58:14 +0000 (14:58 +0900)
committerFujii Masao
Fri, 25 Apr 2025 05:58:14 +0000 (14:58 +0900)
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 
Reviewed-by: Euler Taveira
Reviewed-by: Robert Treat
Discussion: https://postgr.es/m/e825e7a7-4877-441d-93c1-25377db36c31@oss.nttdata.com

doc/src/sgml/config.sgml

index c1674c22cb21bca68d87944152f6f99d92d86f2c..bd48a3ba1397b009aa47171a3c6e83154fef8d97 100644 (file)
@@ -4511,7 +4511,6 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
        max_replication_slots (integer)
        
         max_replication_slots configuration parameter
-        in a sending server
        
        
        
@@ -5282,7 +5281,6 @@ ANY num_sync ( 
       max_active_replication_origins (integer)
        
         max_active_replication_origins configuration parameter
-        in a subscriber