Merge pull request #332 from ibrarahmad/PG-373

PG-373: Remove WAL fields for PG12 and below.
This commit is contained in:
Naeem Akhter
2022-12-12 15:17:43 +05:00
committed by GitHub
2 changed files with 0 additions and 6 deletions

View File

@@ -231,9 +231,6 @@ CREATE VIEW pg_stat_monitor AS SELECT
(string_to_array(resp_calls, ',')) resp_calls,
cpu_user_time,
cpu_sys_time,
wal_records,
wal_fpi,
wal_bytes,
bucket_done
FROM pg_stat_monitor_internal(TRUE) p, pg_database d WHERE dbid = oid
ORDER BY bucket_start_time;