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
Separate catalog_xmin from xmin via ephemeral physical slot
When a standby connects without a replication slot and sends hot standby
feedback, lazily create an ephemeral physical slot so xmin and
catalog_xmin can be tracked separately and atomically (under the slot
mutex), instead of conflating both into the walsender's PGPROC xmin.
Add an error_if_full flag to ReplicationSlotCreate so the walsender can
degrade gracefully to the legacy min(xmin, catalog_xmin) behavior when the
slot pool is exhausted, rather than tearing down the connection.
0 commit comments