diff options
| author | Robert Haas <rhaas@postgresql.org> | 2017-04-07 13:41:47 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2017-04-07 13:41:47 -0400 |
| commit | d4116a771925379c33cf4c6634ca620ed08b551d (patch) | |
| tree | 27f53d0c2833c66a78809bdb2db57c23d20cb0b9 /doc/src | |
| parent | dbb2a931478a397a2b655eb77e8be8c1ca136f63 (diff) | |
Add ProcArrayGroupUpdate wait event.
Discussion: http://postgr.es/m/CA+TgmobgWHcXDcChX2+BqJDk2dkPVF85ZrJFhUyHHQmw8diTpA@mail.gmail.com
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> |
