pgsql: Doc: Add the new section "Logical Replication Failover".

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Add the new section "Logical Replication Failover".
Date: 2024-06-07 06:44:03
Message-ID: E1sFTKU-000NKg-9t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Add the new section "Logical Replication Failover".

This aids the users to ensure that the failover marked slots are synced
to the standby and subscribers can continue replication even when the
publisher node goes down.

Author: Hou Zhijie, Shveta Malik, Amit Kapila
Reviewed-by: Peter Smith, Bertrand Drouvot
Discussion: https://postgr.es/m/OS0PR01MB57164D6F53FB4F6AD29AD9C594FB2@OS0PR01MB5716.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b560a98a17aebf3fabbb8dec89f506b52e61c26b

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 9 ++++
doc/src/sgml/logical-replication.sgml | 94 +++++++++++++++++++++++++++++++++++
2 files changed, 103 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-07 07:37:00 pgsql: meson: Restore implicit warning/debug/optimize flags for extensi
Previous Message Peter Eisentraut 2024-06-07 06:15:47 pgsql: doc: Fix copy-and-paste mistake