doc: Fix type description of io_workers GUC for consistency.

Fujii Masao <fujii@postgresql.org>

Commit: 82015fd9bdc0827c33245a0eef620f854d53b720
Author: Fujii Masao <fujii@postgresql.org>
Date: 2025-06-25T00:02:31Z
Releases: 18.0
doc: Fix type description of io_workers GUC for consistency.

The documentation previously described the type of the io_workers GUC
parameter as "int". However, the documentation consistently uses "integer"
for parameters of this type.

This commit updates the type description of io_workers to "integer"
for consistency with other GUC parameter descriptions.

Author: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/e95c899a-2aeb-45b7-8fd3-7a27dcdb475b@oss.nttdata.com

Files

PathChange+/−
doc/src/sgml/config.sgml modified +1 −1

Documentation touched

Discussion