Обсуждение: pgsql: pg_resetwal: Allow users to change the WAL segment size

Поиск
Список
Период
Сортировка

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

От
Peter Eisentraut
Дата:
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(-)