pgsql: doc: Use "integer" for some I/O worker GUC type descriptions

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Use "integer" for some I/O worker GUC type descriptions
Date: 2026-04-20 23:51:03
Message-ID: E1wEyOM-001vmn-1I@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAHGQGwEpMDpB-K8SSUVRRHg6L6z3pLAkekd9aviOS=ns0EC=+Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8155581ec695095711a5abd903a95236fbdfb823

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-04-21 00:40:50 pgsql: Fix orphaned processes when startup process fails during PM_STAR
Previous Message Fujii Masao 2026-04-20 23:48:54 pgsql: doc: Correct context description for some JIT support GUCs