diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 5575c2c8376..38bf63658ae 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1250,7 +1250,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting in an extension.</entry> </row> <row> - <entry morerows="16"><literal>IPC</></entry> + <entry morerows="17"><literal>IPC</></entry> <entry><literal>BgWorkerShutdown</></entry> <entry>Waiting for background worker to shut down.</entry> </row> @@ -1303,6 +1303,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting for group leader to clear transaction id at transaction end.</entry> </row> <row> + <entry><literal>ClogGroupUpdate</></entry> + <entry>Waiting for group leader to update transaction status at transaction end.</entry> + </row> + <row> <entry><literal>ReplicationOriginDrop</></entry> <entry>Waiting for a replication origin to become inactive to be dropped.</entry> </row> |