pgsql: Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
Date: 2018-12-28 23:25:17
Message-ID: E1gd1VF-00010S-PP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h

This was incorrectly referring to --walsegsize, and its description is
rewritten in a clearer way.

Author: Ian Barwick, Tom Lane
Reviewed-by: Álvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/08534fc6-119a-c498-254e-d5acc4e6bf85@2ndquadrant.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a19384e74a8d8510d06e85b3956136bd30d4733

Modified Files
--------------
src/include/pg_config_manual.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-12-29 11:57:46 pgsql: Remove redundant translation markers
Previous Message Tom Lane 2018-12-28 20:06:53 pgsql: Marginal performance hacking in erand48.c.