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
pull/137/head
Michael Paquier 2 years ago
parent c91f356083
commit 44e977d7ec
  1. 8
      doc/src/sgml/monitoring.sgml

@ -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…
Cancel
Save