Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a2c2fbf

Browse files
committed
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 d3b111e. Reported-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/837536.1695348498@sss.pgh.pa.us Backpatch: 16-
1 parent 036297c commit a2c2fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ build-postgresql:
16811681
<term><option>--with-segsize-blocks=SEGSIZE_BLOCKS</option></term>
16821682
<listitem>
16831683
<para>
1684-
Specify the segment size in blocks. If both
1684+
Specify the relation segment size in blocks. If both
16851685
<option>--with-segsize</option> and this option are specified, this
16861686
option wins.
16871687

@@ -3178,7 +3178,7 @@ ninja install
31783178
<term><option>-Dsegsize_blocks=SEGSIZE_BLOCKS</option></term>
31793179
<listitem>
31803180
<para>
3181-
Specify the segment size in blocks. If both
3181+
Specify the relation segment size in blocks. If both
31823182
<option>-Dsegsize</option> and this option are specified, this option
31833183
wins.
31843184

0 commit comments

Comments
 (0)