pgsql: pg_resetwal: Allow users to change the WAL segment size

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_resetwal: Allow users to change the WAL segment size
Date: 2018-03-25 19:01:00
Message-ID: E1f0At2-0001EY-D1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_resetwal: Allow users to change the WAL segment size

This adds a new option --wal-segsize (analogous to initdb) that changes
the WAL segment size in pg_control.

Author: Nathan Bossart <bossartn(at)amazon(dot)com>

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_resetwal.sgml | 22 +++++++++++++++++
src/bin/pg_resetwal/pg_resetwal.c | 52 ++++++++++++++++++++++++++++++++-------
2 files changed, 65 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Steele 2018-03-25 19:10:03 Re: pgsql: Exclude unlogged tables from base backups
Previous Message Tom Lane 2018-03-25 18:54:21 pgsql: Remove useless if-test.