summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2020-03-24 14:27:02 +0000
committerTom Lane2020-03-24 14:27:09 +0000
commitab3e4fbd5421e9b3203de9ebf6a741eebab2ab94 (patch)
tree2f7a23994adf30b71d7bb2283a33f89195716650
parent97ee604d9bcedf0066986521a7ee15e3aa87be34 (diff)
Doc: fix broken markup.
Sloppiness in commit cedffbdb8, noted by Erikjan Rijkers. (It's fairly unfortunate that xmllint doesn't catch this.) Discussion: https://postgr.es/m/2e3dc9e4bfa4802d2c9f5fe15bde44de@xs4all.nl
-rw-r--r--doc/src/sgml/monitoring.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index e87fb9634e5..270178d57e9 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -1496,7 +1496,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry>Waiting for confirmation from remote server during synchronous replication.</entry>
</row>
<row>
- <entry morerows="3"><literal>Timeout</literal></entry>
+ <entry morerows="4"><literal>Timeout</literal></entry>
<entry><literal>BaseBackupThrottle</literal></entry>
<entry>Waiting during base backup when throttling activity.</entry>
</row>
@@ -1515,6 +1515,8 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
(<filename>pg_wal</filename>, archive or stream) before trying
again to retrieve WAL data, at recovery.
</entry>
+ </row>
+ <row>
<entry><literal>VacuumDelay</literal></entry>
<entry>Waiting in a cost-based vacuum delay point.</entry>
</row>