pgsql: Doc: Warn about two_phase when altering a subscription's slot na

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Warn about two_phase when altering a subscription's slot na
Date: 2024-03-11 04:04:56
Message-ID: E1rjWuF-003A3f-VY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Warn about two_phase when altering a subscription's slot name.

We expect the 'two_phase' and 'failover' properties to match between the
slot on the publisher and a subscription option on the subscriber.
Otherwise, the slot on the publisher may behave differently from what the
subscription's failover option says.

Author: Bertrand Drouvot
Reviewed-by: Peter Smith, Tristen Raab, Amit Kapila
Discussion: https://postgr.es/m/ZbkYrLPhH+RxpZlW@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/21e3a8bc3544a1cfcff85933bc9c0664af32a8b8

Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-03-11 05:20:24 pgsql: Fix incorrect accessing of pfree'd memory in Memoize
Previous Message Alexander Korotkov 2024-03-11 02:23:59 pgsql: Backpatch missing check_stack_depth() to some recursive function