diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-10-24 17:02:51 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-10-24 17:02:51 +0900 |
commit | aa9642acb96b253f80c940f7b6bce38c7cca2c0f (patch) | |
tree | fc79d27b8bc5a5f85f128411395767595636e1a7 | |
parent | 28ddee2b02127a03a983a6c76a10dedb4d6c48d5 (diff) |
List wait events in alphabetical order in documentation
Keeping all those entries in order helps the user looking at the
documentation in finding them.
Author: Michael Paquier, Kuntal Ghosh
Discussion: https://postgr.es/m/20181024002539.GI1658@paquier.xy
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 7a5070c2406..1c478d7f821 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1184,15 +1184,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting in main loop of checkpointer process.</entry> </row> <row> - <entry><literal>LogicalLauncherMain</></entry> - <entry>Waiting in main loop of logical launcher process.</entry> + <entry><literal>LogicalApplyMain</literal></entry> + <entry>Waiting in main loop of logical apply process.</entry> </row> <row> - <entry><literal>LogicalApplyMain</></entry> - <entry>Waiting in main loop of logical apply process.</entry> + <entry><literal>LogicalLauncherMain</literal></entry> + <entry>Waiting in main loop of logical launcher process.</entry> </row> <row> - <entry><literal>PgStatMain</></entry> + <entry><literal>PgStatMain</literal></entry> <entry>Waiting in main loop of the statistics collector process.</entry> </row> <row> @@ -1299,19 +1299,19 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting to send bytes to a shared message queue.</entry> </row> <row> - <entry><literal>ParallelFinish</></entry> - <entry>Waiting for parallel workers to finish computing.</entry> + <entry><literal>ParallelBitmapScan</literal></entry> + <entry>Waiting for parallel bitmap scan to become initialized.</entry> </row> <row> - <entry><literal>ParallelBitmapScan</></entry> - <entry>Waiting for parallel bitmap scan to become initialized.</entry> + <entry><literal>ParallelFinish</literal></entry> + <entry>Waiting for parallel workers to finish computing.</entry> </row> <row> - <entry><literal>ProcArrayGroupUpdate</></entry> + <entry><literal>ProcArrayGroupUpdate</literal></entry> <entry>Waiting for group leader to clear transaction id at transaction end.</entry> </row> <row> - <entry><literal>ReplicationOriginDrop</></entry> + <entry><literal>ReplicationOriginDrop</literal></entry> <entry>Waiting for a replication origin to become inactive to be dropped.</entry> </row> <row> |