diff options
author | Fujii Masao <fujii@postgresql.org> | 2025-06-25 09:02:31 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2025-06-25 09:02:31 +0900 |
commit | 82015fd9bdc0827c33245a0eef620f854d53b720 (patch) | |
tree | ada73ed35dead357bf650f01feab7e53dd1bdb7b /doc/src | |
parent | a9c2bde9295574fc79ce0dea1a2b481c8804c1a5 (diff) | |
download | postgresql-82015fd9bdc0827c33245a0eef620f854d53b720.tar.gz postgresql-82015fd9bdc0827c33245a0eef620f854d53b720.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f4ba58bb5c3..59a0874528a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2788,7 +2788,7 @@ include_dir 'conf.d' </varlistentry> <varlistentry id="guc-io-workers" xreflabel="io_workers"> - <term><varname>io_workers</varname> (<type>int</type>) + <term><varname>io_workers</varname> (<type>integer</type>) <indexterm> <primary><varname>io_workers</varname> configuration parameter</primary> </indexterm> |