pgsql: docs: Clarify --with-segsize-blocks documentation - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: docs: Clarify --with-segsize-blocks documentation
Date
Msg-id E1qkpdr-005twl-O3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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-

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a2c2fbf740fcfdf75b76d589b8e85c1cdf725a46

Modified Files
--------------
doc/src/sgml/installation.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Pack struct ParsedWord more tightly.
Next
From: Tom Lane
Date:
Subject: pgsql: Collect dependency information for parsed CallStmts.