aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2024-11-11 15:24:40 +0530
committerAmit Kapila <akapila@postgresql.org>2024-11-11 15:24:40 +0530
commit220cea9411e6164b1a70f8749a806f155f3dc124 (patch)
tree89936fc91b1edbc7c70cdf5080d3a87822cdeb34 /doc/src
parente7a9496de90657e2161f68b3a5a9b2d9b0b7bb07 (diff)
downloadpostgresql-220cea9411e6164b1a70f8749a806f155f3dc124.tar.gz
postgresql-220cea9411e6164b1a70f8749a806f155f3dc124.zip
Doc: Add links to clarify the max_replication_slots.
The GUC max_replication_slots has a different meaning for sending servers and subscribers. Add cross-links in each section for easy reference. Author: Tristan Partin Discussion: https://postgr.es/m/D5FNEPMMFHFX.1OQBCML0TU5AH@partin.io
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index d54f9049569..a84e60c09b9 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4488,7 +4488,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<para>
Note that this parameter also applies on the subscriber side, but with
- a different meaning.
+ a different meaning. See <xref linkend="guc-max-replication-slots-subscriber"/>
+ in <xref linkend="runtime-config-replication-subscriber"/> for more
+ details.
</para>
</listitem>
</varlistentry>
@@ -5215,7 +5217,9 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
<para>
Note that this parameter also applies on a sending server, but with
- a different meaning.
+ a different meaning. See <xref linkend="guc-max-replication-slots"/>
+ in <xref linkend="runtime-config-replication-sender"/> for more
+ details.
</para>
</listitem>
</varlistentry>