From: Fujii Masao Date: Mon, 20 Apr 2026 23:50:10 +0000 (+0900) Subject: doc: Use "integer" for some I/O worker GUC type descriptions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8155581ec695095711a5abd903a95236fbdfb823;p=thirdparty%2Fpostgresql.git doc: Use "integer" for some I/O worker GUC type descriptions The documentation previously described the io_max_workers, io_worker_idle_timeout, and io_worker_launch_interval GUCs as type "int". However, the documentation consistently uses "integer" for parameters of this type. This commit updates these parameter descriptions to use "integer" for consistency. Author: Fujii Masao Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/CAHGQGwEpMDpB-K8SSUVRRHg6L6z3pLAkekd9aviOS=ns0EC=+Q@mail.gmail.com --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 893e2742e61..73cc0412330 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2999,7 +2999,7 @@ include_dir 'conf.d' - io_max_workers (int) + io_max_workers (integer) io_max_workers configuration parameter @@ -3018,7 +3018,7 @@ include_dir 'conf.d' - io_worker_idle_timeout (int) + io_worker_idle_timeout (integer) io_worker_idle_timeout configuration parameter @@ -3038,7 +3038,7 @@ include_dir 'conf.d' - io_worker_launch_interval (int) + io_worker_launch_interval (integer) io_worker_launch_interval configuration parameter