Skip to content

Commit b841c91

Browse files
committed
doc: Clarify units for io_combine_limit and io_max_combine_limit.
If these parameters are set without units, the values are interpreted as blocks. This detail was previously missing from the documentation, so this commit adds it. Backpatch to v17 where io_combine_limit was added. Author: Karina Litskevich <[email protected]> Reviewed-by: Chao Li <[email protected]> Reviewed-by: Xuneng Zhou <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Discussion: https://postgr.es/m/CACiT8iZCDkz1bNYQNQyvGhXWJExSnJULRTYT894u4-Ti7Yh6jw@mail.gmail.com Backpatch-through: 17
1 parent 33727af commit b841c91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,6 +2724,8 @@ include_dir 'conf.d'
27242724
<listitem>
27252725
<para>
27262726
Controls the largest I/O size in operations that combine I/O.
2727+
If this value is specified without units, it is taken as blocks,
2728+
that is <symbol>BLCKSZ</symbol> bytes, typically 8kB.
27272729
The default is 128kB.
27282730
</para>
27292731
</listitem>

0 commit comments

Comments
 (0)