pgsql: Doc: Fix the ambiguity in the description of failover slots. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Fix the ambiguity in the description of failover slots.
Date
Msg-id E1sjVuW-001v7s-U2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Fix the ambiguity in the description of failover slots.

The failover slots ensure a seamless transition of a subscriber after the
standby is promoted. But the docs for it also explain the behavior of
asynchronous replication which can confuse the readers.

Reported-by: Masahiro Ikeda
Backpatch-through: 17
Discussion: https://postgr.es/m/OS3PR01MB6390B660F4198BB9745E0526B18B2@OS3PR01MB6390.jpnprd01.prod.outlook.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/135007a1008c11e849036692ffe180dd7d4b5107

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add prefetching support on macOS
Next
From: Amit Kapila
Date:
Subject: pgsql: Rename the conflict types for the origin differ cases.