pgsql: Doc: Fix the ambiguity in the description of failover slots.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix the ambiguity in the description of failover slots.
Date: 2024-08-29 03:33:25
Message-ID: E1sjVuW-001v7s-U2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-08-29 03:57:08 pgsql: Rename the conflict types for the origin differ cases.
Previous Message Peter Eisentraut 2024-08-28 05:35:03 pgsql: Add prefetching support on macOS