mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
doc: Fix ordering of entries in wait event table for I/O type
Issue spotted while reviewing a different patch touching this area. Discussion: https://postgr.es/m/ZGM1U5D5EuBUbasi@paquier.xyz
This commit is contained in:
parent
c91f356083
commit
44e977d7ec
@ -1284,14 +1284,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
||||
<entry><literal>BufFileRead</literal></entry>
|
||||
<entry>Waiting for a read from a buffered file.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>BufFileWrite</literal></entry>
|
||||
<entry>Waiting for a write to a buffered file.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>BufFileTruncate</literal></entry>
|
||||
<entry>Waiting for a buffered file to be truncated.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>BufFileWrite</literal></entry>
|
||||
<entry>Waiting for a write to a buffered file.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ControlFileRead</literal></entry>
|
||||
<entry>Waiting for a read from the <filename>pg_control</filename>
|
||||
|
Loading…
x
Reference in New Issue
Block a user