mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
Reset query router setting to default (#32)
This commit is contained in:
@@ -167,10 +167,7 @@ impl ConnectionPool {
|
||||
};
|
||||
|
||||
if !exists {
|
||||
error!(
|
||||
"Requested role {:?}, but none are configured",
|
||||
role
|
||||
);
|
||||
error!("Requested role {:?}, but none are configured", role);
|
||||
return Err(Error::BadConfig);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user