mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
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
This commit is contained in:
@ -2790,7 +2790,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
|
|||||||
<entry><structfield>n_tup_upd</structfield></entry>
|
<entry><structfield>n_tup_upd</structfield></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>Number of rows updated (includes <link
|
<entry>Number of rows updated (includes <link
|
||||||
linkend="storage-hot">HOT updated rows</link> updated rows)</entry>
|
linkend="storage-hot">HOT updated rows</link>)</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><structfield>n_tup_del</structfield></entry>
|
<entry><structfield>n_tup_del</structfield></entry>
|
||||||
|
Reference in New Issue
Block a user