pgcopydb
pgcopydb copied to clipboard
{WIP} Fix SQLite database is locked
More places are bound to concurrent accesses to our SQLite catalogs than before. In particular, because we call copydb_fetch_schema_and_prepare_specs() from more places when starting the CDC sub-process tree, this needs to be protected in a critical section.
Fixes #734