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-
pull/150/head
Andres Freund 2 years ago
parent 8465efc1a0
commit 72bf3f0877
  1. 4
      doc/src/sgml/installation.sgml

@ -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.

Loading…
Cancel
Save