Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Fix description of pg_stat_all_tables.n_tup_upd
authorMichael Paquier <michael@paquier.xyz>
Tue, 22 Nov 2022 00:16:02 +0000 (09:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 22 Nov 2022 00:16:02 +0000 (09:16 +0900)
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

doc/src/sgml/monitoring.sgml

index 87e2a91da514a034a1cbf3ae371f3e6156a1deed..d8b20844a97d7f5e4535366fe7433725acad22b2 100644 (file)
@@ -2641,7 +2641,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
      <entry><structfield>n_tup_upd</structfield></entry>
      <entry><type>bigint</type></entry>
      <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>
      <entry><structfield>n_tup_del</structfield></entry>