1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

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
This commit is contained in:
Amit Kapila 2024-11-11 15:24:40 +05:30
parent e7a9496de9
commit 220cea9411

View File

@ -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>