pgsql: Doc: Warn about two_phase when altering a subscription's slot na - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Warn about two_phase when altering a subscription's slot na
Date
Msg-id E1rjWuF-003A3f-VY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Backpatch missing check_stack_depth() to some recursive function
Next
From: David Rowley
Date:
Subject: pgsql: Fix incorrect accessing of pfree'd memory in Memoize