pgcopydb icon indicating copy to clipboard operation
pgcopydb copied to clipboard

{WIP} Fix SQLite database is locked

Open dimitri opened this issue 1 year ago • 0 comments

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

dimitri avatar May 03 '24 13:05 dimitri