mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix clang tidy
This commit is contained in:
parent
8900e93bd8
commit
b96f047db7
@ -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_);
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
@ -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_);
|
||||
|
Loading…
Reference in New Issue
Block a user