From a2c2fbf740fcfdf75b76d589b8e85c1cdf725a46 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Mon, 25 Sep 2023 10:36:04 -0700 Subject: [PATCH] docs: Clarify --with-segsize-blocks documentation Without the added "relation" it's not immediately clear that the option relates to the relation segment size and not e.g. the WAL segment size. The option was added in d3b111e32. Reported-by: Tom Lane Discussion: https://postgr.es/m/837536.1695348498@sss.pgh.pa.us Backpatch: 16- --- doc/src/sgml/installation.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ac8eee47c6..f4b1f81189 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1681,7 +1681,7 @@ build-postgresql: - Specify the segment size in blocks. If both + Specify the relation segment size in blocks. If both and this option are specified, this option wins. @@ -3178,7 +3178,7 @@ ninja install - Specify the segment size in blocks. If both + Specify the relation segment size in blocks. If both and this option are specified, this option wins.