From: Michael Paquier Date: Tue, 22 Nov 2022 00:16:02 +0000 (+0900) Subject: doc: Fix description of pg_stat_all_tables.n_tup_upd X-Git-Tag: REL_11_19~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa1fe772c9dbdf54bae6a3cbdb31625cb0579a9e;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 87e2a91da51..d8b20844a97 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2641,7 +2641,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i n_tup_upd bigint Number of rows updated (includes HOT updated rows updated rows) + linkend="storage-hot">HOT updated rows) n_tup_del