Update PostgreSQLReplicaConnection.h

This commit is contained in:
Kseniia Sumarokova 2021-03-17 15:56:47 +03:00 committed by GitHub
parent 5b7ef512f5
commit f8fc4281f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ public:
private:
/// Highest priority is 0, the bigger the number in map, the less the priority
using ReplicasByPriority = std::map<size_t, PostgreSQLConnectionPtr>;
Poco::Logger * log;