mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update fetchPostgreSQLTableStructure.cpp
This commit is contained in:
parent
0f9fc33a4e
commit
77a3a1416d
@ -157,7 +157,7 @@ std::shared_ptr<NamesAndTypesList> fetchPostgreSQLTableStructure(
|
||||
tx.commit();
|
||||
}
|
||||
|
||||
for (auto & i : recheck_arrays_indexes)
|
||||
for (const auto & i : recheck_arrays_indexes)
|
||||
{
|
||||
const auto & name_and_type = columns[i];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user