8000 doc: Fix description of pg_stat_all_tables.n_tup_upd · postgres/postgres@aa1fe77 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa1fe77

Browse files
committed
doc: Fix description of pg_stat_all_tables.n_tup_upd
Issue caused by an incorrect merge done in f507895. This issue only impacts v11 and v12. Author: Guillaume Lelarge Discussion: https://postgr.es/m/CAECtzeUAL3qoebLBDnn2DfWYS0Kww-yqDicQQ3r+JS5Yu1n6FA@mail.gmail.com Backpatch-through: 11
1 parent 926ba56 commit aa1fe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
26412641
<entry><structfield>n_tup_upd</structfield></entry>
26422642
<entry><type>bigint</type></entry>
26432643
<entry>Number of rows updated (includes <link
2644-
linkend="storage-hot">HOT updated rows</link> updated rows)</entry>
2644+
linkend="storage-hot">HOT updated rows</link>)</entry>
26452645
</row>
26462646
<row>
26472647
<entry><structfield>n_tup_del</structfield></entry>

0 commit comments

Comments
 (0)
0