]> granicus.if.org Git - postgresql/commit
Change default values for backup and replication parameters
authorMagnus Hagander <magnus@hagander.net>
Sat, 14 Jan 2017 16:14:56 +0000 (17:14 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 14 Jan 2017 16:14:56 +0000 (17:14 +0100)
commitf6d6d2920d2cddc4b381cbbf2915db9d985d20a9
treee4b2a4257a26062513d1239e705d1d45c62b1ff9
parent05cd12ed5bc74c853a161c5a138a0cb6f9b0cb8a
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.
doc/src/sgml/backup.sgml
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/test/modules/commit_ts/t/002_standby.pl
src/test/modules/commit_ts/t/003_standby_2.pl
src/test/perl/PostgresNode.pm
src/test/recovery/t/006_logical_decoding.pl
src/test/recovery/t/008_fsm_truncation.pl