doc: Add missing parenthesis in pg_stat_progress_analyze docs
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 7 Oct 2025 13:02:20 +0000 (15:02 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 7 Oct 2025 13:02:20 +0000 (15:02 +0200)
Author: Shinya Kato <shinya11.kato@gmail.com>
Discussion: https://postgr.es/m/CAOzEurRgpAh9dsbEM88FPOhNaV_PkdL6p_9MJatcrNf9wXw1nw@mail.gmail.com
Backpatch-through: 18

doc/src/sgml/monitoring.sgml

index 823afe1b30b22d2e0742a44f2322012228293085..5ac0e54688cb43304985b90fcf1b405fdbf8cb4b 100644 (file)
@@ -5651,7 +5651,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
       </para>
       <para>
        Total time spent sleeping due to cost-based delay (see
-       <xref linkend="runtime-config-resource-vacuum-cost"/>, in milliseconds
+       <xref linkend="runtime-config-resource-vacuum-cost"/>), in milliseconds
        (if <xref linkend="guc-track-cost-delay-timing"/> is enabled, otherwise
        zero).
       </para></entry>