From 9d1cebafb2614324000ee00fdf843c78edbc1416 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 20 Apr 2026 13:13:03 +0900 Subject: [PATCH v1 2/2] 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. --- doc/src/sgml/config.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.53.0