Commit cccf81d2 authored by Michael Paquier's avatar Michael Paquier

Fix table format in documentation for I/O wait events

This is an oversight from c55de5e5.

Author: Julien Rouhaud
parent cbc55da5
...@@ -1418,7 +1418,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser ...@@ -1418,7 +1418,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry>Waiting to apply WAL at recovery because it is delayed.</entry> <entry>Waiting to apply WAL at recovery because it is delayed.</entry>
</row> </row>
<row> <row>
<entry morerows="65"><literal>IO</literal></entry> <entry morerows="66"><literal>IO</literal></entry>
<entry><literal>BufFileRead</literal></entry> <entry><literal>BufFileRead</literal></entry>
<entry>Waiting for a read from a buffered file.</entry> <entry>Waiting for a read from a buffered file.</entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment