mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-24 17:56:29 +00:00
lowercase config query
This commit is contained in:
@@ -36,6 +36,7 @@ pub fn setup(intercept_config: &InterceptConfig, pools: &PoolMap) {
|
||||
for (identifier, _) in pools.iter() {
|
||||
let mut intercept_config = intercept_config.clone();
|
||||
intercept_config.substitute(&identifier.db, &identifier.user);
|
||||
debug!("Intercept config: {:?}", intercept_config);
|
||||
config.insert(identifier.clone(), intercept_config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user