mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
Update DatabaseMaterializedPostgreSQL.cpp
This commit is contained in:
parent
abd86a32aa
commit
f5f022a69a
@ -119,9 +119,6 @@ void DatabaseMaterializedPostgreSQL::startSynchronization()
|
||||
|
||||
for (const auto & table_name : tables_to_replicate)
|
||||
{
|
||||
if (shutdown_called)
|
||||
return;
|
||||
|
||||
/// Check nested ReplacingMergeTree table.
|
||||
auto storage = DatabaseAtomic::tryGetTable(table_name, getContext());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user