Skip to content

Commit 72bf3f0

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 8465efc commit 72bf3f0

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
@@ -1694,7 +1694,7 @@ build-postgresql:
16941694
<term><option>--with-segsize-blocks=SEGSIZE_BLOCKS</option></term>
16951695
<listitem>
16961696
<para>
1697-
Specify the segment size in blocks. If both
1697+
Specify the relation segment size in blocks. If both
16981698
<option>--with-segsize</option> and this option are specified, this
16991699
option wins.
17001700

@@ -3191,7 +3191,7 @@ ninja install
31913191
<term><option>-Dsegsize_blocks=SEGSIZE_BLOCKS</option></term>
31923192
<listitem>
31933193
<para>
3194-
Specify the segment size in blocks. If both
3194+
Specify the relation segment size in blocks. If both
31953195
<option>-Dsegsize</option> and this option are specified, this option
31963196
wins.
31973197

0 commit comments

Comments
 (0)