Re: pgsql: Make WAL segment size configurable at initdb time.

David Steele <david@pgmasters.net>

From: David Steele <david@pgmasters.net>
To: Andres Freund <andres@anarazel.de>, pgsql-committers@postgresql.org
Date: 2018-09-20T15:48:08Z
Lists: pgsql-hackers

Attachments

Hi Andres,

On 9/20/17 1:04 AM, Andres Freund wrote:
>
> Make WAL segment size configurable at initdb time.

<...>

> https://git.postgresql.org/pg/commitdiff/fc49e24fa69a15efacd5b8958115ed9c43c48f9a
It appears that fc49e24f missed updating the runtime config presets
documentation.

Patch attached.

Regards,
-- 
-David
david@pgmasters.net

Commits

  1. docs: Adapt wal_segment_size docs to fc49e24fa69.

  2. Fix s/intidb/initdb/ typo.

  3. Make WAL segment size configurable at initdb time.