]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Fix type description of io_workers GUC for consistency.
authorFujii Masao <fujii@postgresql.org>
Wed, 25 Jun 2025 00:02:31 +0000 (09:02 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 25 Jun 2025 00:02:31 +0000 (09:02 +0900)
commit82015fd9bdc0827c33245a0eef620f854d53b720
treeada73ed35dead357bf650f01feab7e53dd1bdb7b
parenta9c2bde9295574fc79ce0dea1a2b481c8804c1a5
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
doc/src/sgml/config.sgml