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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_resetwal: Allow users to change the WAL segment size
Дата
Msg-id E1f0At2-0001EY-D1@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove useless if-test.
Следующее
От: David Steele
Дата:
Сообщение: Re: pgsql: Exclude unlogged tables from base backups