mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 10:26:30 +00:00
more tests
This commit is contained in:
@@ -180,6 +180,7 @@ impl Client {
|
||||
// - if in transaction mode, this lives for the duration of one transaction.
|
||||
let mut shard: Option<usize> = None;
|
||||
|
||||
// Active database role we want to talk to, e.g. primary or replica.
|
||||
let mut role: Option<Role> = None;
|
||||
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user