From 220cea9411e6164b1a70f8749a806f155f3dc124 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Mon, 11 Nov 2024 15:24:40 +0530 Subject: [PATCH] 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 --- doc/src/sgml/config.sgml | 8 ++++++-- 1 file 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 Note that this parameter also applies on the subscriber side, but with - a different meaning. + a different meaning. See + in for more + details. @@ -5215,7 +5217,9 @@ ANY num_sync ( + in for more + details.