From 2d6745a66b12e980fb12bd06d583a66231b5ed5c Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Wed, 30 Apr 2025 14:45:54 -0500 Subject: [PATCH] doc: Add missing reference to track_cost_delay_timing. Oversight in commit bb8dff9995. --- doc/src/sgml/monitoring.sgml | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -168,6 +168,11 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser of the current command being executed by any server process. + + The parameter enables + monitoring of cost-based vacuum delay. + + The parameter controls whether cumulative statistics are collected about table and index accesses.