List wait events in alphabetical order in documentation
authorMichael Paquier
Wed, 24 Oct 2018 08:02:51 +0000 (17:02 +0900)
committerMichael Paquier
Wed, 24 Oct 2018 08:02:51 +0000 (17:02 +0900)
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[email protected]

doc/src/sgml/monitoring.sgml

index 7a5070c24062d329e9d1dab6234d4cb73985122b..1c478d7f82198d39234c60975588a1187c6471e8 100644 (file)
@@ -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>
+         Waiting in main loop of logical apply process.
         
         
-         LogicalApplyMain>
-         Waiting in main loop of logical apply process.
+         LogicalLauncherMain>
+         Waiting in main loop of logical launcher process.
         
         
-         PgStatMain
+         PgStatMainliteral>
          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>
+         Waiting for parallel bitmap scan to become initialized.
         
         
-         ParallelBitmapScan>
-         Waiting for parallel bitmap scan to become initialized.
+         ParallelFinish>
+         Waiting for parallel workers to finish computing.
         
         
-         ProcArrayGroupUpdate
+         ProcArrayGroupUpdateliteral>
          Waiting for group leader to clear transaction id at transaction end.
         
         
-         ReplicationOriginDrop
+         ReplicationOriginDropliteral>
          Waiting for a replication origin to become inactive to be dropped.