From b841c91c7b552fee2a0e1a665d7c5e2f28f0e078 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Fri, 7 Nov 2025 14:43:24 +0900 Subject: [PATCH] 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 Reviewed-by: Chao Li Reviewed-by: Xuneng Zhou Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/CACiT8iZCDkz1bNYQNQyvGhXWJExSnJULRTYT894u4-Ti7Yh6jw@mail.gmail.com Backpatch-through: 17 --- doc/src/sgml/config.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 32ee79e0fa7..0958a89d913 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2724,6 +2724,8 @@ include_dir 'conf.d' Controls the largest I/O size in operations that combine I/O. + If this value is specified without units, it is taken as blocks, + that is BLCKSZ bytes, typically 8kB. The default is 128kB. -- 2.47.3