diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index eb20c9c543..12d5628266 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1222,11 +1222,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser </row> <row> <entry><literal>LibPQWalReceiverConnect</></entry> - <entry>Waiting in WAL receiver to establish connection to remote server.<entry> + <entry>Waiting in WAL receiver to establish connection to remote server.</entry> </row> <row> <entry><literal>LibPQWalReceiverReceive</></entry> - <entry>Waiting in WAL receiver to receive data from remote server.<entry> + <entry>Waiting in WAL receiver to receive data from remote server.</entry> </row> <row> <entry><literal>SSLOpenServer</></entry> @@ -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>ReplicationOriginDrop</></entry> + <entry>Waiting for a replication origin to become inactive to be dropped.</entry> + </row> + <row> <entry><literal>ReplicationSlotDrop</></entry> <entry>Waiting for a replication slot to become inactive to be dropped.</entry> </row> |