Unverified Commit 9a524b2b authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Skip long-running transactions when --not-consistent is used. (#45)

To prevent limitations around lock management when running pgcopydb on a
source database with lots of objects, we now benefit from --not-consistent
as an opportunity to reduce long-running transactions.

It was already the case that --not-consistent wouldn't require exporting or
setting a snapshot, but the opportunity was not yet implemented fully.
parent 19db6b62
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment