From aa9642acb96b253f80c940f7b6bce38c7cca2c0f Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 24 Oct 2018 17:02:51 +0900 Subject: [PATCH] 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 --- doc/src/sgml/monitoring.sgml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 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 Waiting in main loop of checkpointer process. - LogicalLauncherMain - Waiting in main loop of logical launcher process. - - - LogicalApplyMain + LogicalApplyMain Waiting in main loop of logical apply process. - PgStatMain + LogicalLauncherMain + Waiting in main loop of logical launcher process. + + + PgStatMain Waiting in main loop of the statistics collector process. @@ -1299,19 +1299,19 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser Waiting to send bytes to a shared message queue. - ParallelFinish - Waiting for parallel workers to finish computing. - - - ParallelBitmapScan + ParallelBitmapScan Waiting for parallel bitmap scan to become initialized. - ProcArrayGroupUpdate + ParallelFinish + Waiting for parallel workers to finish computing. + + + ProcArrayGroupUpdate Waiting for group leader to clear transaction id at transaction end. - ReplicationOriginDrop + ReplicationOriginDrop Waiting for a replication origin to become inactive to be dropped.