Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: fix broken markup.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Mar 2020 14:27:02 +0000 (10:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Mar 2020 14:27:09 +0000 (10:27 -0400)
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

doc/src/sgml/monitoring.sgml

index e87fb9634e572294d8e2df1e10752a76f30c5946..270178d57e95833731a33cbe6dcc498c37d0a74f 100644 (file)
@@ -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>