summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/monitoring.sgml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index bd5db8a6c24..cf12bc5ca29 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -1341,7 +1341,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry>Waiting to apply WAL at recovery because it is delayed.</entry>
</row>
<row>
- <entry morerows="65"><literal>IO</></entry>
+ <entry morerows="66"><literal>IO</></entry>
<entry><literal>BufFileRead</></entry>
<entry>Waiting for a read from a buffered file.</entry>
</row>
@@ -1458,6 +1458,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry>Waiting for logical rewrite mappings to reach stable storage.</entry>
</row>
<row>
+ <entry><literal>LogicalRewriteTruncate</></entry>
+ <entry>Waiting for truncate of mapping data during a logical rewrite.</entry>
+ </row>
+ <row>
<entry><literal>LogicalRewriteWrite</></entry>
<entry>Waiting for a write of logical rewrite mappings.</entry>
</row>