mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 03:21:24 +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:
parent
e7a9496de9
commit
220cea9411
@ -4488,7 +4488,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Note that this parameter also applies on the subscriber side, but with
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -5215,7 +5217,9 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Note that this parameter also applies on a sending server, but with
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user