Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e593148

Browse files
committed
Add description about LogicalRewriteTruncate wait event into document.
Back-patch to v10 where commit 249cf07 introduced LogicalRewriteTruncate wait event. Author: Fujii Masao Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/949931aa-4ed4-d867-a7b5-de9c02b2292b@oss.nttdata.com
1 parent e02ea14 commit e593148

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/sgml/monitoring.sgml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14931493
<entry>Waiting to apply WAL at recovery because it is delayed.</entry>
14941494
</row>
14951495
<row>
1496-
<entry morerows="67"><literal>IO</literal></entry>
1496+
<entry morerows="68"><literal>IO</literal></entry>
14971497
<entry><literal>BufFileRead</literal></entry>
14981498
<entry>Waiting for a read from a buffered file.</entry>
14991499
</row>
@@ -1609,6 +1609,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
16091609
<entry><literal>LogicalRewriteSync</literal></entry>
16101610
<entry>Waiting for logical rewrite mappings to reach stable storage.</entry>
16111611
</row>
1612+
<row>
1613+
<entry><literal>LogicalRewriteTruncate</literal></entry>
1614+
<entry>Waiting for truncate of mapping data during a logical rewrite.</entry>
1615+
</row>
16121616
<row>
16131617
<entry><literal>LogicalRewriteWrite</literal></entry>
16141618
<entry>Waiting for a write of logical rewrite mappings.</entry>

0 commit comments

Comments
 (0)