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
This commit is contained in:
Tomas Vondra 2020-05-02 15:26:47 +02:00
parent 7471348388
commit e685ca63ca
1 changed files with 3 additions and 3 deletions

View 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>