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
Parse restore error tolerance from pgcopydb log instead of hardcoding
pgcopydb supports --restore-tolerance (default 10) but the status
script always compared against a hardcoded 10. Now parses the actual
tolerance value from pgcopydb's log output.
0 commit comments