Skip to content

Commit 220cea9

Browse files
author
Amit Kapila
committed
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
1 parent e7a9496 commit 220cea9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/src/sgml/config.sgml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4488,7 +4488,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
44884488

44894489
<para>
44904490
Note that this parameter also applies on the subscriber side, but with
4491-
a different meaning.
4491+
a different meaning. See <xref linkend="guc-max-replication-slots-subscriber"/>
4492+
in <xref linkend="runtime-config-replication-subscriber"/> for more
4493+
details.
44924494
</para>
44934495
</listitem>
44944496
</varlistentry>
@@ -5215,7 +5217,9 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
52155217

52165218
<para>
52175219
Note that this parameter also applies on a sending server, but with
5218-
a different meaning.
5220+
a different meaning. See <xref linkend="guc-max-replication-slots"/>
5221+
in <xref linkend="runtime-config-replication-sender"/> for more
5222+
details.
52195223
</para>
52205224
</listitem>
52215225
</varlistentry>

0 commit comments

Comments
 (0)