Revert "PG-542: Performance improvement of pg_stat_monitor."

This reverts commit 7b0e603bcf.
This commit is contained in:
Hamid Akhtar
2023-02-23 02:14:37 +05:00
committed by Muhammad Usama
parent a8fc7081d0
commit 8482bcc347
2 changed files with 31 additions and 38 deletions

View File

@@ -87,7 +87,7 @@ CREATE FUNCTION pg_stat_monitor_internal(
OUT username text,
OUT dbid oid,
OUT datname text,
OUT client_ip int8,
OUT client_ip int4,
OUT queryid int8, -- 4
OUT planid int8,