Remove pg_xact from pg_stat_reset_slru docs
authorTomas Vondra
Sat, 2 May 2020 13:26:47 +0000 (15:26 +0200)
committerTomas Vondra
Sat, 2 May 2020 13:26:47 +0000 (15:26 +0200)
This should have been included in 2e08d314ed.

Reported-by: Fujii Masao
Discussion: https://postgr.es/m/20200119143707.gyinppnigokesjok@development

doc/src/sgml/monitoring.sgml

index 6562cc400b311e5b74bc69ee6098bd6f6e24aefa..252300db14b29f23f7a03aa33eb3b686e802a0c5 100644 (file)
@@ -3483,9 +3483,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
        predefined list (asyncclog,
        commit_timestampmultixact_offset,
        multixact_memberoldserxid,
-       pg_xactsubtrans 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.