mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 18:56:30 +00:00
proper failover
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#[derive(Clone, PartialEq, Hash, std::cmp::Eq)]
|
||||
#[derive(Clone, PartialEq, Hash, std::cmp::Eq, Debug)]
|
||||
pub struct Address {
|
||||
pub host: String,
|
||||
pub port: String,
|
||||
|
||||
Reference in New Issue
Block a user