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

Commit cd06ccd

Browse files
author
Amit Kapila
committed
Document the newly added wait events added by commit 216a784.
Author: Shinoda, Noriyoshi Reviewed-by: Hou Zhijie Discussion: https://postgr.es/m/DM4PR84MB173460530245F56364E1DAF7EEFE9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent 02d552c commit cd06ccd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/monitoring.sgml

+10
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
11311131
<entry><literal>LogicalLauncherMain</literal></entry>
11321132
<entry>Waiting in main loop of logical replication launcher process.</entry>
11331133
</row>
1134+
<row>
1135+
<entry><literal>LogicalParallelApplyMain</literal></entry>
1136+
<entry>Waiting in main loop of logical replication parallel apply
1137+
process.</entry>
1138+
</row>
11341139
<row>
11351140
<entry><literal>RecoveryWalStream</literal></entry>
11361141
<entry>Waiting in main loop of startup process for WAL to arrive, during
@@ -1727,6 +1732,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
17271732
<entry>Waiting for other Parallel Hash participants to finish inserting
17281733
tuples into new buckets.</entry>
17291734
</row>
1735+
<row>
1736+
<entry><literal>LogicalParallelApplyStateChange</literal></entry>
1737+
<entry>Waiting for a logical replication parallel apply process to change
1738+
state.</entry>
1739+
</row>
17301740
<row>
17311741
<entry><literal>LogicalSyncData</literal></entry>
17321742
<entry>Waiting for a logical replication remote server to send data for

0 commit comments

Comments
 (0)