pgsql: Clarify the usage of max_replication_slots on the subscriber sid

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: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8af3c233e423e106a5121000ecd92abf57c11704

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-03-03 08:57:55 pgsql: pg_upgrade: Check version of target cluster binaries
Previous Message Peter Eisentraut 2021-03-03 06:15:27 pgsql: Some copy-editing of GUC descriptions