Skip to content

Commit aa9642a

Browse files
committed
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
1 parent 28ddee2 commit aa9642a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,15 +1184,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
11841184
<entry>Waiting in main loop of checkpointer process.</entry>
11851185
</row>
11861186
<row>
1187-
<entry><literal>LogicalLauncherMain</></entry>
1188-
<entry>Waiting in main loop of logical launcher process.</entry>
1187+
<entry><literal>LogicalApplyMain</literal></entry>
1188+
<entry>Waiting in main loop of logical apply process.</entry>
11891189
</row>
11901190
<row>
1191-
<entry><literal>LogicalApplyMain</></entry>
1192-
<entry>Waiting in main loop of logical apply process.</entry>
1191+
<entry><literal>LogicalLauncherMain</literal></entry>
1192+
<entry>Waiting in main loop of logical launcher process.</entry>
11931193
</row>
11941194
<row>
1195-
<entry><literal>PgStatMain</></entry>
1195+
<entry><literal>PgStatMain</literal></entry>
11961196
<entry>Waiting in main loop of the statistics collector process.</entry>
11971197
</row>
11981198
<row>
@@ -1299,19 +1299,19 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12991299
<entry>Waiting to send bytes to a shared message queue.</entry>
13001300
</row>
13011301
<row>
1302-
<entry><literal>ParallelFinish</></entry>
1303-
<entry>Waiting for parallel workers to finish computing.</entry>
1302+
<entry><literal>ParallelBitmapScan</literal></entry>
1303+
<entry>Waiting for parallel bitmap scan to become initialized.</entry>
13041304
</row>
13051305
<row>
1306-
<entry><literal>ParallelBitmapScan</></entry>
1307-
<entry>Waiting for parallel bitmap scan to become initialized.</entry>
1306+
<entry><literal>ParallelFinish</literal></entry>
1307+
<entry>Waiting for parallel workers to finish computing.</entry>
13081308
</row>
13091309
<row>
1310-
<entry><literal>ProcArrayGroupUpdate</></entry>
1310+
<entry><literal>ProcArrayGroupUpdate</literal></entry>
13111311
<entry>Waiting for group leader to clear transaction id at transaction end.</entry>
13121312
</row>
13131313
<row>
1314-
<entry><literal>ReplicationOriginDrop</></entry>
1314+
<entry><literal>ReplicationOriginDrop</literal></entry>
13151315
<entry>Waiting for a replication origin to become inactive to be dropped.</entry>
13161316
</row>
13171317
<row>

0 commit comments

Comments
 (0)