diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 9856968997e..b16325d3900 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1232,7 +1232,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="11"><literal>IPC</></entry> +         <entry morerows="12"><literal>IPC</></entry>           <entry><literal>BgWorkerShutdown</></entry>           <entry>Waiting for background worker to shut down.</entry>          </row> @@ -1273,6 +1273,9 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser           <entry>Waiting for the leader to populate the TidBitmap.</entry>          </row>          <row> +         <entry><literal>ProcArrayGroupUpdate</></entry> +         <entry>Waiting for group leader to clear transaction id at transaction end.</entry> +        <row>           <entry><literal>SafeSnapshot</></entry>           <entry>Waiting for a snapshot for a <literal>READ ONLY DEFERRABLE</> transaction.</entry>          </row>  | 
