mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 02:16:30 +00:00
Fix port; add user pool mode (#395)
* Fix port; add user pool mode * will probably break our session/transaction mode tests
This commit is contained in:
@@ -73,6 +73,7 @@ impl AuthPassthrough {
|
||||
password: Some(self.password.clone()),
|
||||
pool_size: 1,
|
||||
statement_timeout: 0,
|
||||
pool_mode: None,
|
||||
};
|
||||
|
||||
let user = &address.username;
|
||||
|
||||
Reference in New Issue
Block a user