pgsql: pg_resetwal: Allow users to change the WAL segment size - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_resetwal: Allow users to change the WAL segment size
Date
Msg-id E1f0At2-0001EY-D1@gemulon.postgresql.org
Whole thread Raw
List 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@amazon.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove useless if-test.
Next
From: David Steele
Date:
Subject: Re: pgsql: Exclude unlogged tables from base backups