aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-07-09 10:46:27 +0900
committerMichael Paquier <michael@paquier.xyz>2018-07-09 10:46:27 +0900
commitcccf81d259747f5198b55f51820b382ff5229a48 (patch)
treef4dba739eebc6dd18a221ab1e3f09edce17c153e
parentcbc55da556bbcb649e059804009c38100ee98884 (diff)
downloadpostgresql-cccf81d259747f5198b55f51820b382ff5229a48.tar.gz
postgresql-cccf81d259747f5198b55f51820b382ff5229a48.zip
Fix table format in documentation for I/O wait events
This is an oversight from c55de5e. Author: Julien Rouhaud
-rw-r--r--doc/src/sgml/monitoring.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 36d393d329c..0484cfa77ad 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -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>