@@ -1193,14 +1193,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
1193
1193
<entry><literal>CheckpointerMain</literal></entry>
1194
1194
<entry>Waiting in main loop of checkpointer process.</entry>
1195
1195
</row>
1196
- <row>
1197
- <entry><literal>LogicalLauncherMain</literal></entry>
1198
- <entry>Waiting in main loop of logical launcher process.</entry>
1199
- </row>
1200
1196
<row>
1201
1197
<entry><literal>LogicalApplyMain</literal></entry>
1202
1198
<entry>Waiting in main loop of logical apply process.</entry>
1203
1199
</row>
1200
+ <row>
1201
+ <entry><literal>LogicalLauncherMain</literal></entry>
1202
+ <entry>Waiting in main loop of logical launcher process.</entry>
1203
+ </row>
1204
1204
<row>
1205
1205
<entry><literal>PgStatMain</literal></entry>
1206
1206
<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
1280
1280
<entry><literal>BtreePage</literal></entry>
1281
1281
<entry>Waiting for the page number needed to continue a parallel B-tree scan to become available.</entry>
1282
1282
</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>
1283
1287
<row>
1284
1288
<entry><literal>ExecuteGather</literal></entry>
1285
1289
<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
1368
1372
<entry><literal>MessageQueueSend</literal></entry>
1369
1373
<entry>Waiting to send bytes to a shared message queue.</entry>
1370
1374
</row>
1371
- <row>
1372
- <entry><literal>ParallelFinish</literal></entry>
1373
- <entry>Waiting for parallel workers to finish computing.</entry>
1374
- </row>
1375
1375
<row>
1376
1376
<entry><literal>ParallelBitmapScan</literal></entry>
1377
1377
<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
1381
1381
<entry>Waiting for parallel <command>CREATE INDEX</command> workers to finish heap scan.</entry>
1382
1382
</row>
1383
1383
<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>
1386
1386
</row>
1387
1387
<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>
1390
1390
</row>
1391
1391
<row>
1392
1392
<entry><literal>ReplicationOriginDrop</literal></entry>
0 commit comments