mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
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
This commit is contained in:
parent
c53775185d
commit
8c2d5d4f11
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue