mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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:
parent
036297cf1b
commit
a2c2fbf740
@ -1681,7 +1681,7 @@ build-postgresql:
|
|||||||
<term><option>--with-segsize-blocks=SEGSIZE_BLOCKS</option></term>
|
<term><option>--with-segsize-blocks=SEGSIZE_BLOCKS</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>--with-segsize</option> and this option are specified, this
|
||||||
option wins.
|
option wins.
|
||||||
|
|
||||||
@ -3178,7 +3178,7 @@ ninja install
|
|||||||
<term><option>-Dsegsize_blocks=SEGSIZE_BLOCKS</option></term>
|
<term><option>-Dsegsize_blocks=SEGSIZE_BLOCKS</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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
|
<option>-Dsegsize</option> and this option are specified, this option
|
||||||
wins.
|
wins.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user