Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 374fe86

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 d5845b2 commit 374fe86

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,14 +1193,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
11931193
<entry><literal>CheckpointerMain</literal></entry>
11941194
<entry>Waiting in main loop of checkpointer process.</entry>
11951195
</row>
1196-
<row>
1197-
<entry><literal>LogicalLauncherMain</literal></entry>
1198-
<entry>Waiting in main loop of logical launcher process.</entry>
1199-
</row>
12001196
<row>
12011197
<entry><literal>LogicalApplyMain</literal></entry>
12021198
<entry>Waiting in main loop of logical apply process.</entry>
12031199
</row>
1200+
<row>
1201+
<entry><literal>LogicalLauncherMain</literal></entry>
1202+
<entry>Waiting in main loop of logical launcher process.</entry>
1203+
</row>
12041204
<row>
12051205
<entry><literal>PgStatMain</literal></entry>
12061206
<entry>Waiting in main loop of the statistics collector process.</entry>
@@ -1280,6 +1280,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12801280
<entry><literal>BtreePage</literal></entry>
12811281
<entry>Waiting for the page number needed to continue a parallel B-tree scan to become available.</entry>
12821282
</row>
1283+
<row>
1284+
<entry><literal>ClogGroupUpdate</literal></entry>
1285+
<entry>Waiting for group leader to update transaction status at transaction end.</entry>
1286+
</row>
12831287
<row>
12841288
<entry><literal>ExecuteGather</literal></entry>
12851289
<entry>Waiting for activity from child process when executing <literal>Gather</literal> node.</entry>
@@ -1368,10 +1372,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13681372
<entry><literal>MessageQueueSend</literal></entry>
13691373
<entry>Waiting to send bytes to a shared message queue.</entry>
13701374
</row>
1371-
<row>
1372-
<entry><literal>ParallelFinish</literal></entry>
1373-
<entry>Waiting for parallel workers to finish computing.</entry>
1374-
</row>
13751375
<row>
13761376
<entry><literal>ParallelBitmapScan</literal></entry>
13771377
<entry>Waiting for parallel bitmap scan to become initialized.</entry>
@@ -1381,12 +1381,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
13811381
<entry>Waiting for parallel <command>CREATE INDEX</command> workers to finish heap scan.</entry>
13821382
</row>
13831383
<row>
1384-
<entry><literal>ProcArrayGroupUpdate</literal></entry>
1385-
<entry>Waiting for group leader to clear transaction id at transaction end.</entry>
1384+
<entry><literal>ParallelFinish</literal></entry>
1385+
<entry>Waiting for parallel workers to finish computing.</entry>
13861386
</row>
13871387
<row>
1388-
<entry><literal>ClogGroupUpdate</literal></entry>
1389-
<entry>Waiting for group leader to update transaction status at transaction end.</entry>
1388+
<entry><literal>ProcArrayGroupUpdate</literal></entry>
1389+
<entry>Waiting for group leader to clear transaction id at transaction end.</entry>
13901390
</row>
13911391
<row>
13921392
<entry><literal>ReplicationOriginDrop</literal></entry>

0 commit comments

Comments
 (0)