pgsql: Clarify the usage of max_replication_slots on the subscriber sid

Lists: pgsql-committers
From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify the usage of max_replication_slots on the subscriber sid
Date: 2021-03-03 06:49:26
Message-ID: E1lHLK2-0003iT-AA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

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_=U2Vvj3aUSeATw@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/90c737669fd2ab8e02ef7e8200adbce6fccf5c65

Modified Files
--------------
doc/src/sgml/config.sgml | 11 +++++++++++
doc/src/sgml/logical-replication.sgml | 10 +++++-----
2 files changed, 16 insertions(+), 5 deletions(-)