Skip to content

Commit 6c221aa

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 de5e03f commit 6c221aa

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
@@ -1472,7 +1472,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
14721472
<entry>Waiting to apply WAL at recovery because it is delayed.</entry>
14731473
</row>
14741474
<row>
1475-
<entry morerows="66"><literal>IO</literal></entry>
1475+
<entry morerows="67"><literal>IO</literal></entry>
14761476
<entry><literal>BufFileRead</literal></entry>
14771477
<entry>Waiting for a read from a buffered file.</entry>
14781478
</row>
@@ -1588,6 +1588,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
15881588
<entry><literal>LogicalRewriteSync</literal></entry>
15891589
<entry>Waiting for logical rewrite mappings to reach stable storage.</entry>
15901590
</row>
1591+
<row>
1592+
<entry><literal>LogicalRewriteTruncate</literal></entry>
1593+
<entry>Waiting for truncate of mapping data during a logical rewrite.</entry>
1594+
</row>
15911595
<row>
15921596
<entry><literal>LogicalRewriteWrite</literal></entry>
15931597
<entry>Waiting for a write of logical rewrite mappings.</entry>

0 commit comments

Comments
 (0)