doc: Add missing parenthesis in pg_stat_progress_analyze docs

Author: Shinya Kato <shinya11.kato@gmail.com>
Discussion: https://postgr.es/m/CAOzEurRgpAh9dsbEM88FPOhNaV_PkdL6p_9MJatcrNf9wXw1nw@mail.gmail.com
Backpatch-through: 18
pull/247/head
Daniel Gustafsson 2 months ago
parent d83879a32b
commit 9ea4a2b4f1
  1. 2
      doc/src/sgml/monitoring.sgml

@ -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>

Loading…
Cancel
Save