Clarify the usage of max_replication_slots on the subscriber side. It was not clear in the docs that the max_replication_slots is also used to track replication origins on the subscriber side.
Author: Paul Martinez Reviewed-by: Amit Kapila Backpatch-through: 10 where logical replication was introduced Discussion: https://postgr.es/m/CACqFVBZgwCN_pHnW6dMNCrOS7tiHCw6Retf_=u2vvj3ause...@mail.gmail.com Branch ------ REL_12_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/c267ca682803f8ca233076d216fba18b635238a6 Modified Files -------------- doc/src/sgml/config.sgml | 11 +++++++++++ doc/src/sgml/logical-replication.sgml | 10 +++++----- 2 files changed, 16 insertions(+), 5 deletions(-)
