Re: Minor comment fix for pg_config_manual.h - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Minor comment fix for pg_config_manual.h
Date
Msg-id 20181228014143.GE3210@paquier.xyz
Whole thread Raw
In response to Re: Minor comment fix for pg_config_manual.h  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Minor comment fix for pg_config_manual.h  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Wed, Dec 26, 2018 at 09:36:57AM +0900, Michael Paquier wrote:
> like the attached perhaps?  At the same time I am thinking about
> reformulating the second sentence as well..
>
>  /*
> - * This is default value for wal_segment_size to be used at initdb when run
> - * without --walsegsize option. Must be a valid segment size.
> + * This is the default value for wal_segment_size to be used when initdb is run
> + * without the --wal-segsize option.  It must be a valid segment size.
>   */
>  #define DEFAULT_XLOG_SEG_SIZE    (16*1024*1024)

So, any objections with this change?  If somebody has a better
wording, please feel free to chime in.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Offline enabling/disabling of data checksums
Next
From: Michael Paquier
Date:
Subject: Re: plpgsql plugin - stmt_beg/end is not called for top level blockof statements