Skip to content

Commit 1beab07

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 a56c495 commit 1beab07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13411341
<entry>Waiting to apply WAL at recovery because it is delayed.</entry>
13421342
</row>
13431343
<row>
1344-
<entry morerows="65"><literal>IO</></entry>
1344+
<entry morerows="66"><literal>IO</></entry>
13451345
<entry><literal>BufFileRead</></entry>
13461346
<entry>Waiting for a read from a buffered file.</entry>
13471347
</row>
@@ -1457,6 +1457,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14571457
<entry><literal>LogicalRewriteSync</></entry>
14581458
<entry>Waiting for logical rewrite mappings to reach stable storage.</entry>
14591459
</row>
1460+
<row>
1461+
<entry><literal>LogicalRewriteTruncate</></entry>
1462+
<entry>Waiting for truncate of mapping data during a logical rewrite.</entry>
1463+
</row>
14601464
<row>
14611465
<entry><literal>LogicalRewriteWrite</></entry>
14621466
<entry>Waiting for a write of logical rewrite mappings.</entry>

0 commit comments

Comments
 (0)