You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Allow to enable failover property for replication slots via SQL API.
This commit adds the failover property to the replication slot. Thefailover property indicates whether the slot will be synced to the standbyservers, enabling the resumption of corresponding logical replicationafter failover. But note that this commit does not yet include thecapability to sync the replication slot; the subsequent commits will addthat capability.A new optional parameter 'failover' is added to thepg_create_logical_replication_slot() function. We will also enable to set'failover' option for slots via the subscription commands in thesubsequent commits.The value of the 'failover' flag is displayed as part ofpg_replication_slots view.Author: Hou Zhijie, Shveta Malik, Ajin CherianReviewed-by: Peter Smith, Bertrand Drouvot, Dilip Kumar, Masahiko Sawada, Nisha Moond, Kuroda, Hayato, Amit KapilaDiscussion:https://postgr.es/m/514f6f2f-6833-4539-39f1-96cd1e011f23@enterprisedb.com