Issue - (#61): Remove unnecessary code previously used for wait_events.

PG-146
This commit is contained in:
Ibrar Ahmed
2020-11-11 13:52:45 +00:00
parent 95dc0b575f
commit 3999e28c00
5 changed files with 17 additions and 312 deletions

View File

@@ -490,17 +490,3 @@ postgres=# select tables_names, query from pg_stat_monitor;
```
**`wait_event`**: Current state of the query
```
postgres=# select wait_event_type, query from pg_stat_monitor;
wait_event | query
-----------------+-------------------------------------------------------------------------------
| select client_ip, query from pg_stat_monitor
ClientRead | select wait_event_type, query from pg_stat_monitor
| select * from pg_stat_monitor_reset()
```