diff options
-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> |