aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2020-05-02 15:26:47 +0200
committerTomas Vondra <tomas.vondra@postgresql.org>2020-05-02 15:26:47 +0200
commite685ca63ca4f5d6c9c27499d94fc71d2065b55d9 (patch)
treed948eff8ff88dac6b4149ca72823f39757ee5c52
parent747134838870b842c5aae673065da7227517e5b5 (diff)
downloadpostgresql-e685ca63ca4f5d6c9c27499d94fc71d2065b55d9.tar.gz
postgresql-e685ca63ca4f5d6c9c27499d94fc71d2065b55d9.zip
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
-rw-r--r--doc/src/sgml/monitoring.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 6562cc400b3..252300db14b 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 (<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>