aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-04-30 14:45:54 -0500
committerNathan Bossart <nathan@postgresql.org>2025-04-30 14:45:54 -0500
commit2d6745a66b12e980fb12bd06d583a66231b5ed5c (patch)
treefb14696f9f4300740c6434fed9bca7b52ca63c6a
parent987910502420b77eaf7c3e807f6b0fc1cffced29 (diff)
downloadpostgresql-2d6745a66b12e980fb12bd06d583a66231b5ed5c.tar.gz
postgresql-2d6745a66b12e980fb12bd06d583a66231b5ed5c.zip
doc: Add missing reference to track_cost_delay_timing.
Oversight in commit bb8dff9995.
-rw-r--r--doc/src/sgml/monitoring.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index d768ea065c5..02b89b01e38 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -169,6 +169,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
</para>
<para>
+ The parameter <xref linkend="guc-track-cost-delay-timing"/> enables
+ monitoring of cost-based vacuum delay.
+ </para>
+
+ <para>
The parameter <xref linkend="guc-track-counts"/> controls whether
cumulative statistics are collected about table and index accesses.
</para>