Fix Arcadia

This commit is contained in:
Alexey Milovidov 2021-01-07 15:29:02 +03:00
parent 60d4db421c
commit 8af19c3251
4 changed files with 0 additions and 5 deletions

View File

@ -35,7 +35,6 @@ SRCS(
MongoDBBlockInputStream.cpp
NativeBlockInputStream.cpp
NativeBlockOutputStream.cpp
PostgreSQLBlockInputStream.cpp
PushingToViewsBlockOutputStream.cpp
RemoteBlockInputStream.cpp
RemoteBlockOutputStream.cpp

View File

@ -25,8 +25,6 @@ SRCS(
MySQL/MaterializeMetadata.cpp
MySQL/MaterializeMySQLSettings.cpp
MySQL/MaterializeMySQLSyncThread.cpp
PostgreSQL/DatabasePostgreSQL.cpp
PostgreSQL/FetchFromPostgreSQL.cpp
)

View File

@ -61,7 +61,6 @@ SRCS(
PolygonDictionary.cpp
PolygonDictionaryImplementations.cpp
PolygonDictionaryUtils.cpp
PostgreSQLDictionarySource.cpp
RangeHashedDictionary.cpp
RedisBlockInputStream.cpp
RedisDictionarySource.cpp

View File

@ -20,7 +20,6 @@ SRCS(
TableFunctionMySQL.cpp
TableFunctionNull.cpp
TableFunctionNumbers.cpp
TableFunctionPostgreSQL.cpp
TableFunctionRemote.cpp
TableFunctionURL.cpp
TableFunctionValues.cpp