Clarify the usage of max_replication_slots on the subscriber side.

Amit Kapila <akapila@postgresql.org>

Commit: c267ca682803f8ca233076d216fba18b635238a6
Author: Amit Kapila <akapila@postgresql.org>
Date: 2021-03-03T05:00:27Z
Releases: 12.7
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +11 −0
doc/src/sgml/logical-replication.sgml modified +5 −5

Documentation touched

Discussion