projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c537751
)
doc: Add missing parenthesis in pg_stat_progress_analyze docs
author
Daniel Gustafsson
<
[email protected]
>
Tue, 7 Oct 2025 13:02:20 +0000
(15:02 +0200)
committer
Daniel Gustafsson
<
[email protected]
>
Tue, 7 Oct 2025 13:02:20 +0000
(15:02 +0200)
Author: Shinya Kato <
[email protected]
>
Discussion: https://postgr.es/m/CAOzEurRgpAh9dsbEM88FPOhNaV_PkdL6p_9MJatcrNf9wXw1nw@mail.gmail.com
Backpatch-through: 18
doc/src/sgml/monitoring.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/monitoring.sgml
b/doc/src/sgml/monitoring.sgml
index 786aa2ac5f6f93e05d0b7bba5e5c8d2220fa66a2..6e3aac3d815b9c725bc3d5348ebf72e65d6c06de 100644
(file)
--- a/
doc/src/sgml/monitoring.sgml
+++ b/
doc/src/sgml/monitoring.sgml
@@
-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>