You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Change default values for backup and replication parameters
This changes the default values of the following parameters:wal_level = replicamax_wal_senders = 10max_replication_slots = 10in order to make it possible to make a backup and set up simplereplication on the default settings, without requiring a system restart.Discussion:https://postgr.es/m/CABUevEy4PR_EAvZEzsbF5s+V0eEvw7shJ2t-AUwbHOjT+yRb3A@mail.gmail.comReviewed by Peter Eisentraut. Benchmark help from Tomas Vondra.