From: Daniel Gustafsson Date: Tue, 7 Oct 2025 13:02:20 +0000 (+0200) Subject: doc: Add missing parenthesis in pg_stat_progress_analyze docs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fremotes%2Fgithub%2FREL_18_STABLE;p=thirdparty%2Fpostgresql.git doc: Add missing parenthesis in pg_stat_progress_analyze docs Author: Shinya Kato Discussion: https://postgr.es/m/CAOzEurRgpAh9dsbEM88FPOhNaV_PkdL6p_9MJatcrNf9wXw1nw@mail.gmail.com Backpatch-through: 18 --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 823afe1b30b..5ac0e54688c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5651,7 +5651,7 @@ FROM pg_stat_get_backend_idset() AS backendid; Total time spent sleeping due to cost-based delay (see - , in milliseconds + ), in milliseconds (if is enabled, otherwise zero).