From 374fe86a8fdd543a7eb11c68ac8c19eff29640d3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 24 Oct 2018 17:02:45 +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 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index c2adb22dff..4164d847d7 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1193,14 +1193,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser CheckpointerMain Waiting in main loop of checkpointer process. - - LogicalLauncherMain - Waiting in main loop of logical launcher process. - LogicalApplyMain Waiting in main loop of logical apply process. + + LogicalLauncherMain + Waiting in main loop of logical launcher process. + PgStatMain Waiting in main loop of the statistics collector process. @@ -1280,6 +1280,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser BtreePage Waiting for the page number needed to continue a parallel B-tree scan to become available. + + ClogGroupUpdate + Waiting for group leader to update transaction status at transaction end. + ExecuteGather Waiting for activity from child process when executing Gather node. @@ -1368,10 +1372,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser MessageQueueSend Waiting to send bytes to a shared message queue. - - ParallelFinish - Waiting for parallel workers to finish computing. - ParallelBitmapScan Waiting for parallel bitmap scan to become initialized. @@ -1381,12 +1381,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser Waiting for parallel CREATE INDEX workers to finish heap scan. - ProcArrayGroupUpdate - Waiting for group leader to clear transaction id at transaction end. + ParallelFinish + Waiting for parallel workers to finish computing. - ClogGroupUpdate - Waiting for group leader to update transaction status at transaction end. + ProcArrayGroupUpdate + Waiting for group leader to clear transaction id at transaction end. ReplicationOriginDrop -- 2.40.0