From cd06ccd78fcf59dd6486b83e4fbf6c73be179523 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Tue, 10 Jan 2023 09:38:08 +0530 Subject: [PATCH] Document the newly added wait events added by commit 216a784829. Author: Shinoda, Noriyoshi Reviewed-by: Hou Zhijie Discussion: https://postgr.es/m/DM4PR84MB173460530245F56364E1DAF7EEFE9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM --- doc/src/sgml/monitoring.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index cf220c3bcb4..358d2ff90f8 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1131,6 +1131,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser LogicalLauncherMain Waiting in main loop of logical replication launcher process. + + LogicalParallelApplyMain + Waiting in main loop of logical replication parallel apply + process. + RecoveryWalStream 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 Waiting for other Parallel Hash participants to finish inserting tuples into new buckets. + + LogicalParallelApplyStateChange + Waiting for a logical replication parallel apply process to change + state. + LogicalSyncData Waiting for a logical replication remote server to send data for