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 <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/837536.1695348498@sss.pgh.pa.us
Backpatch: 16-
This commit is contained in:
Andres Freund 2023-09-25 10:36:04 -07:00
parent 8465efc1a0
commit 72bf3f0877
1 changed files with 2 additions and 2 deletions

View File

@ -1694,7 +1694,7 @@ build-postgresql:
<term><option>--with-segsize-blocks=SEGSIZE_BLOCKS</option></term>
<listitem>
<para>
Specify the segment size in blocks. If both
Specify the relation segment size in blocks. If both
<option>--with-segsize</option> and this option are specified, this
option wins.
@ -3191,7 +3191,7 @@ ninja install
<term><option>-Dsegsize_blocks=SEGSIZE_BLOCKS</option></term>
<listitem>
<para>
Specify the segment size in blocks. If both
Specify the relation segment size in blocks. If both
<option>-Dsegsize</option> and this option are specified, this option
wins.