Skip to content

Commit 82015fd

Browse files
committed
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
1 parent a9c2bde commit 82015fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ include_dir 'conf.d'
27882788
</varlistentry>
27892789

27902790
<varlistentry id="guc-io-workers" xreflabel="io_workers">
2791-
<term><varname>io_workers</varname> (<type>int</type>)
2791+
<term><varname>io_workers</varname> (<type>integer</type>)
27922792
<indexterm>
27932793
<primary><varname>io_workers</varname> configuration parameter</primary>
27942794
</indexterm>

0 commit comments

Comments
 (0)