mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 17:36:28 +00:00
Add cl_idle to SHOW POOLS (#124)
This commit is contained in:
committed by
GitHub
parent
3285006440
commit
a3aefabb47
@@ -174,6 +174,7 @@ where
|
||||
let columns = vec![
|
||||
("database", DataType::Text),
|
||||
("user", DataType::Text),
|
||||
("cl_idle", DataType::Numeric),
|
||||
("cl_active", DataType::Numeric),
|
||||
("cl_waiting", DataType::Numeric),
|
||||
("cl_cancel_req", DataType::Numeric),
|
||||
|
||||
Reference in New Issue
Block a user