From ab3e4fbd5421e9b3203de9ebf6a741eebab2ab94 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 24 Mar 2020 10:27:02 -0400 Subject: [PATCH] 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 --- doc/src/sgml/monitoring.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index e87fb9634e..270178d57e 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 Waiting for confirmation from remote server during synchronous replication. - Timeout + Timeout BaseBackupThrottle Waiting during base backup when throttling activity. @@ -1515,6 +1515,8 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser (pg_wal, archive or stream) before trying again to retrieve WAL data, at recovery. + + VacuumDelay Waiting in a cost-based vacuum delay point. -- 2.39.5