diff options
author | Amit Kapila <akapila@postgresql.org> | 2023-01-10 09:38:08 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2023-01-10 09:38:08 +0530 |
commit | cd06ccd78fcf59dd6486b83e4fbf6c73be179523 (patch) | |
tree | 4e716fbd173773cad734f72606d40af00776f2e1 /doc/src | |
parent | 02d552c4f4229c3c1fb4ed5eadb93b6d551b7510 (diff) | |
download | postgresql-cd06ccd78fcf59dd6486b83e4fbf6c73be179523.tar.gz postgresql-cd06ccd78fcf59dd6486b83e4fbf6c73be179523.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -1132,6 +1132,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting in main loop of logical replication launcher process.</entry> </row> <row> + <entry><literal>LogicalParallelApplyMain</literal></entry> + <entry>Waiting in main loop of logical replication parallel apply + process.</entry> + </row> + <row> <entry><literal>RecoveryWalStream</literal></entry> <entry>Waiting in main loop of startup process for WAL to arrive, during streaming recovery.</entry> @@ -1728,6 +1733,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser tuples into new buckets.</entry> </row> <row> + <entry><literal>LogicalParallelApplyStateChange</literal></entry> + <entry>Waiting for a logical replication parallel apply process to change + state.</entry> + </row> + <row> <entry><literal>LogicalSyncData</literal></entry> <entry>Waiting for a logical replication remote server to send data for initial table synchronization.</entry> |