Skip to content

Commit a3aefab

Browse files
authored
Add cl_idle to SHOW POOLS (#124)
1 parent 3285006 commit a3aefab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/admin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ where
174174
let columns = vec![
175175
("database", DataType::Text),
176176
("user", DataType::Text),
177+
("cl_idle", DataType::Numeric),
177178
("cl_active", DataType::Numeric),
178179
("cl_waiting", DataType::Numeric),
179180
("cl_cancel_req", DataType::Numeric),

0 commit comments

Comments
 (0)