pgsql: doc: Clarify units for io_combine_limit and io_max_combine_limit - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Clarify units for io_combine_limit and io_max_combine_limit
Date
Msg-id E1vHFI2-005P4h-1a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <litskevichkarina@gmail.com>
Reviewed-by: Chao Li <lic@highgo.com>
Reviewed-by: Xuneng Zhou <xunengzhou@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CACiT8iZCDkz1bNYQNQyvGhXWJExSnJULRTYT894u4-Ti7Yh6jw@mail.gmail.com
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b841c91c7b552fee2a0e1a665d7c5e2f28f0e078

Modified Files
--------------
doc/src/sgml/config.sgml | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Clarify units for io_combine_limit and io_max_combine_limit
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix descriptions of some PGC_POSTMASTER parameters.