diff options
Diffstat (limited to 'doc/src/sgml/monitoring.sgml')
-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 ab7c233b831..6f6f373b40e 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1272,7 +1272,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting in main loop of WAL writer process.</entry> </row> <row> - <entry morerows="7"><literal>Client</literal></entry> + <entry morerows="8"><literal>Client</literal></entry> <entry><literal>ClientRead</literal></entry> <entry>Waiting to read data from the client.</entry> </row> @@ -1281,6 +1281,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting to write data to the client.</entry> </row> <row> + <entry><literal>GSSOpenServer</literal></entry> + <entry>Waiting to read data from the client while establishing the GSSAPI session.</entry> + </row> + <row> <entry><literal>LibPQWalReceiverConnect</literal></entry> <entry>Waiting in WAL receiver to establish connection to remote server.</entry> </row> |