mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +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:
@ -1184,15 +1184,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
|||||||
<entry>Waiting in main loop of checkpointer process.</entry>
|
<entry>Waiting in main loop of checkpointer process.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>LogicalLauncherMain</></entry>
|
<entry><literal>LogicalApplyMain</literal></entry>
|
||||||
<entry>Waiting in main loop of logical launcher process.</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry><literal>LogicalApplyMain</></entry>
|
|
||||||
<entry>Waiting in main loop of logical apply process.</entry>
|
<entry>Waiting in main loop of logical apply process.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>PgStatMain</></entry>
|
<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>
|
<entry>Waiting in main loop of the statistics collector process.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -1299,19 +1299,19 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
|||||||
<entry>Waiting to send bytes to a shared message queue.</entry>
|
<entry>Waiting to send bytes to a shared message queue.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>ParallelFinish</></entry>
|
<entry><literal>ParallelBitmapScan</literal></entry>
|
||||||
<entry>Waiting for parallel workers to finish computing.</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry><literal>ParallelBitmapScan</></entry>
|
|
||||||
<entry>Waiting for parallel bitmap scan to become initialized.</entry>
|
<entry>Waiting for parallel bitmap scan to become initialized.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>ProcArrayGroupUpdate</></entry>
|
<entry><literal>ParallelFinish</literal></entry>
|
||||||
|
<entry>Waiting for parallel workers to finish computing.</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><literal>ProcArrayGroupUpdate</literal></entry>
|
||||||
<entry>Waiting for group leader to clear transaction id at transaction end.</entry>
|
<entry>Waiting for group leader to clear transaction id at transaction end.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>ReplicationOriginDrop</></entry>
|
<entry><literal>ReplicationOriginDrop</literal></entry>
|
||||||
<entry>Waiting for a replication origin to become inactive to be dropped.</entry>
|
<entry>Waiting for a replication origin to become inactive to be dropped.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
Reference in New Issue
Block a user