[X] did you test a fresh compile from the source tree?
[X] did you search for other similar issues?
[X] how can I reproduce the bug?
Create a load files with a filter and copies more than whats expected.
pgloader --debug my.load
LOAD DATABASE
FROM mssql://blah/dev
INTO postgresql://blah/archive
MATERIALIZE VIEWS
history AS $$ select * from Receipt where RECEIPT_KEY in ( 1010 ); $$
set work_mem to '32MB', maintenance_work_mem to '512 MB'
alter schema 'dbo' rename to 'arch'
ALTER TABLE NAMES MATCHING 'Receipt' IN SCHEMA 'dbo' RENAME TO 'receipt';
[ ] pgloader --version
[X] did you test a fresh compile from the source tree?
[X] did you search for other similar issues?
[X] how can I reproduce the bug?
log.txt