mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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
This commit is contained in:
parent
d5845b283d
commit
374fe86a8f
@ -1193,14 +1193,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
||||
<entry><literal>CheckpointerMain</literal></entry>
|
||||
<entry>Waiting in main loop of checkpointer process.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>LogicalLauncherMain</literal></entry>
|
||||
<entry>Waiting in main loop of logical launcher process.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>LogicalApplyMain</literal></entry>
|
||||
<entry>Waiting in main loop of logical apply process.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>LogicalLauncherMain</literal></entry>
|
||||
<entry>Waiting in main loop of logical launcher process.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>PgStatMain</literal></entry>
|
||||
<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
|
||||
<entry><literal>BtreePage</literal></entry>
|
||||
<entry>Waiting for the page number needed to continue a parallel B-tree scan to become available.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ClogGroupUpdate</literal></entry>
|
||||
<entry>Waiting for group leader to update transaction status at transaction end.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ExecuteGather</literal></entry>
|
||||
<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
|
||||
<entry><literal>MessageQueueSend</literal></entry>
|
||||
<entry>Waiting to send bytes to a shared message queue.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ParallelFinish</literal></entry>
|
||||
<entry>Waiting for parallel workers to finish computing.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ParallelBitmapScan</literal></entry>
|
||||
<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
|
||||
<entry>Waiting for parallel <command>CREATE INDEX</command> workers to finish heap scan.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ProcArrayGroupUpdate</literal></entry>
|
||||
<entry>Waiting for group leader to clear transaction id at transaction end.</entry>
|
||||
<entry><literal>ParallelFinish</literal></entry>
|
||||
<entry>Waiting for parallel workers to finish computing.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ClogGroupUpdate</literal></entry>
|
||||
<entry>Waiting for group leader to update transaction status at transaction end.</entry>
|
||||
<entry><literal>ProcArrayGroupUpdate</literal></entry>
|
||||
<entry>Waiting for group leader to clear transaction id at transaction end.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ReplicationOriginDrop</literal></entry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user