pgsql: doc: adjust "Replication Slot" to mention physical & logical - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: adjust "Replication Slot" to mention physical & logical
Date
Msg-id E1vJjwP-006VNB-01@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  adjust "Replication Slot" to mention physical & logical

Much of the "Replication Slot" chapter applies to physical and logical
slots, but it was sloppy in mentioning mostly physical slots.  This
patch clarified which parts of the text apply to which slot types.

This chapter is referenced from the logical slot/subscriber chapter, so
it needs to do double duty.

Backpatch-through: master

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify "logical" replication slots
Next
From: Michael Paquier
Date:
Subject: pgsql: Revert "Drop unnamed portal immediately after execution to compl