]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
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 786aa2ac5f6f93e05d0b7bba5e5c8d2220fa66a2..6e3aac3d815b9c725bc3d5348ebf72e65d6c06de 100644 (file)
@@ -5698,7 +5698,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>