Commit e685ca63 authored by Tomas Vondra's avatar Tomas Vondra

Remove pg_xact from pg_stat_reset_slru docs

This should have been included in 2e08d314.

Reported-by: Fujii Masao
Discussion: https://postgr.es/m/20200119143707.gyinppnigokesjok@development
parent 74713483
...@@ -3483,9 +3483,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i ...@@ -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>, predefined list (<literal>async</literal>, <literal>clog</literal>,
<literal>commit_timestamp</literal>, <literal>multixact_offset</literal>, <literal>commit_timestamp</literal>, <literal>multixact_offset</literal>,
<literal>multixact_member</literal>, <literal>oldserxid</literal>, <literal>multixact_member</literal>, <literal>oldserxid</literal>,
<literal>pg_xact</literal>, <literal>subtrans</literal> and <literal>subtrans</literal> and <literal>other</literal>) resets counters
<literal>other</literal>) resets counters for only that entry. for only that entry. Names not included in this list are treated as
Names not included in this list are treated as <literal>other</literal>. <literal>other</literal>.
</entry> </entry>
</row> </row>
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment