Change default values for backup and replication parameters
Magnus Hagander <magnus@hagander.net>
Change default values for backup and replication parameters This changes the default values of the following parameters: wal_level = replica max_wal_senders = 10 max_replication_slots = 10 in order to make it possible to make a backup and set up simple replication on the default settings, without requiring a system restart. Discussion: https://postgr.es/m/CABUevEy4PR_EAvZEzsbF5s+V0eEvw7shJ2t-AUwbHOjT+yRb3A@mail.gmail.com Reviewed by Peter Eisentraut. Benchmark help from Tomas Vondra.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/backup.sgml | modified | +2 −1 |
| doc/src/sgml/config.sgml | modified | +8 −8 |
| src/backend/utils/misc/guc.c | modified | +3 −3 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +3 −3 |
| src/test/modules/commit_ts/t/002_standby.pl | modified | +0 −1 |
| src/test/modules/commit_ts/t/003_standby_2.pl | modified | +0 −1 |
| src/test/perl/PostgresNode.pm | modified | +5 −1 |
| src/test/recovery/t/006_logical_decoding.pl | modified | +0 −1 |
| src/test/recovery/t/008_fsm_truncation.pl | modified | +0 −1 |