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
Attempt to cover subtle issues with tablesync and 2PC decoding. Before going to
SYNCDONE, now sync worker finishes all xacts prepared beforehand; see
tablesync.c header comments.
To make this work, 2PC decoding is now controlled by pgoutput option which is
set by subscriber depending on value of logical_replication_2pc GUC. Tablesync
worker always disables 2PC.
Add option to return num of unfinished prepares in CREATE_REPLICATION_SLOT. To
preserve backward compatibility, e.g. with basebackup which expects 4 atts.
0 commit comments