Fix clang tidy

This commit is contained in:
kssenii 2021-05-06 07:02:13 +00:00
parent 8900e93bd8
commit b96f047db7
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ class PostgreSQLBlockInputStream : public IBlockInputStream
{
public:
PostgreSQLBlockInputStream(
postgres::ConnectionHolderPtr connection_,
postgres::ConnectionHolderPtr entry_,
const std::string & query_str,
const Block & sample_block,
const UInt64 max_block_size_);

View File

@ -13,7 +13,7 @@ namespace DB
{
std::shared_ptr<NamesAndTypesList> fetchPostgreSQLTableStructure(
postgres::ConnectionHolderPtr connection, const String & postgres_table_name, bool use_nulls);
postgres::ConnectionHolderPtr entry, const String & postgres_table_name, bool use_nulls);
}

View File

@ -24,7 +24,7 @@ class PostgreSQLDictionarySource final : public IDictionarySource
public:
PostgreSQLDictionarySource(
const DictionaryStructure & dict_struct_,
postgres::PoolWithFailoverPtr entry_,
postgres::PoolWithFailoverPtr pool_,
const Poco::Util::AbstractConfiguration & config_,
const std::string & config_prefix,
const Block & sample_block_);