Update PostgreSQLReplicationHandler.cpp

This commit is contained in:
Kseniia Sumarokova 2022-08-23 10:43:12 +02:00 committed by GitHub
parent 9e54792359
commit 4711f57763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,7 @@ void PostgreSQLReplicationHandler::startSynchronization(bool throw_on_error)
(is_materialized_postgresql_database ? postgres_database : postgres_database + '.' + tables_list));
replication_handler_initialized = true;
consumer_task->activateAndSchedule();
cleanup_task->activateAndSchedule();