From e685ca63ca4f5d6c9c27499d94fc71d2065b55d9 Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Sat, 2 May 2020 15:26:47 +0200 Subject: [PATCH] Remove pg_xact from pg_stat_reset_slru docs This should have been included in 2e08d314ed. Reported-by: Fujii Masao Discussion: https://postgr.es/m/20200119143707.gyinppnigokesjok@development --- doc/src/sgml/monitoring.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 6562cc400b..252300db14 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3483,9 +3483,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i predefined list (async, clog, commit_timestamp, multixact_offset, multixact_member, oldserxid, - pg_xact, subtrans and - other) resets counters for only that entry. - Names not included in this list are treated as other. + subtrans and other) resets counters + for only that entry. Names not included in this list are treated as + other.