mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix table format in documentation for I/O wait events
This is an oversight from c55de5e.
Author: Julien Rouhaud
This commit is contained in:
parent
cbc55da556
commit
cccf81d259
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
</row>
|
||||
<row>
|
||||
<entry morerows="65"><literal>IO</literal></entry>
|
||||
<entry morerows="66"><literal>IO</literal></entry>
|
||||
<entry><literal>BufFileRead</literal></entry>
|
||||
<entry>Waiting for a read from a buffered file.</entry>
|
||||
</row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue