Unverified Commit 452ce599 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Use Postgres async queries to compute checksums. (#416)

That way pgcopydb compare data waits for as long as the slowest query that
are running concurrently on source and target instances, which is better
than serial execution on two different servers.

This changes the JSON format output, because we also now skip fetching the
target database catalogs.
parent 2da78407
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