Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e685ca6

Browse files
committed
Remove pg_xact from pg_stat_reset_slru docs
This should have been included in 2e08d31. Reported-by: Fujii Masao Discussion: https://postgr.es/m/20200119143707.gyinppnigokesjok@development
1 parent 7471348 commit e685ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3483,9 +3483,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
34833483
predefined list (<literal>async</literal>, <literal>clog</literal>,
34843484
<literal>commit_timestamp</literal>, <literal>multixact_offset</literal>,
34853485
<literal>multixact_member</literal>, <literal>oldserxid</literal>,
3486-
<literal>pg_xact</literal>, <literal>subtrans</literal> and
3487-
<literal>other</literal>) resets counters for only that entry.
3488-
Names not included in this list are treated as <literal>other</literal>.
3486+
<literal>subtrans</literal> and <literal>other</literal>) resets counters
3487+
for only that entry. Names not included in this list are treated as
3488+
<literal>other</literal>.
34893489
</entry>
34903490
</row>
34913491
</tbody>

0 commit comments

Comments
 (0)