Hey,

While translating the new minor release docs, I've found an issue. Patch
attached fixes this issue. The issue is only available on v11 and v12.
Patch made on v11, but should also work on v12.

Thanks.

Regards.

-- 
Guillaume.
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 87e2a91da5..d8b20844a9 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
      <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>
  • Doc fix Guillaume Lelarge

Reply via email to