pg_resetwal: Allow users to change the WAL segment size
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_resetwal.sgml | modified | +22 −0 |
| src/bin/pg_resetwal/pg_resetwal.c | modified | +43 −9 |