mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
Add description about LogicalRewriteTruncate wait event into document.
Back-patch to v10 where commit 249cf070e3 introduced LogicalRewriteTruncate wait event. Author: Fujii Masao Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/949931aa-4ed4-d867-a7b5-de9c02b2292b@oss.nttdata.com
This commit is contained in:
parent
a56c495873
commit
1beab076ce
@ -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>
|
<entry>Waiting to apply WAL at recovery because it is delayed.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="65"><literal>IO</></entry>
|
<entry morerows="66"><literal>IO</></entry>
|
||||||
<entry><literal>BufFileRead</></entry>
|
<entry><literal>BufFileRead</></entry>
|
||||||
<entry>Waiting for a read from a buffered file.</entry>
|
<entry>Waiting for a read from a buffered file.</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -1457,6 +1457,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
|||||||
<entry><literal>LogicalRewriteSync</></entry>
|
<entry><literal>LogicalRewriteSync</></entry>
|
||||||
<entry>Waiting for logical rewrite mappings to reach stable storage.</entry>
|
<entry>Waiting for logical rewrite mappings to reach stable storage.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><literal>LogicalRewriteTruncate</></entry>
|
||||||
|
<entry>Waiting for truncate of mapping data during a logical rewrite.</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>LogicalRewriteWrite</></entry>
|
<entry><literal>LogicalRewriteWrite</></entry>
|
||||||
<entry>Waiting for a write of logical rewrite mappings.</entry>
|
<entry>Waiting for a write of logical rewrite mappings.</entry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user