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
When Postgres replication is broken and synchronous commit is enabled,
the controller blocks waiting for a remote write that will never happen.
This change allows the controller to return from SQL writes and repair
replication.
Issue: PGO-1592
0 commit comments