Remove pg_xact from pg_stat_reset_slru docs
authorTomas Vondra <tomas.vondra@postgresql.org>
Sat, 2 May 2020 13:26:47 +0000 (15:26 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
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 (<literal>async</literal>, <literal>clog</literal>,
        <literal>commit_timestamp</literal>, <literal>multixact_offset</literal>,
        <literal>multixact_member</literal>, <literal>oldserxid</literal>,
-       <literal>pg_xact</literal>, <literal>subtrans</literal> and
-       <literal>other</literal>) resets counters for only that entry.
-       Names not included in this list are treated as <literal>other</literal>.
+       <literal>subtrans</literal> and <literal>other</literal>) resets counters
+       for only that entry. Names not included in this list are treated as
+       <literal>other</literal>.
       </entry>
      </row>
     </tbody>