From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Change hot_standby default value to 'on' |
Date: | 2017-05-02 09:14:00 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Change hot_standby default value to 'on'
This goes together with the changes made to enable replication on the
sending side by default (wal_level, max_wal_senders etc) by making the
receiving stadby node also enable it by default.
Huong Dangminh
Branch
------
master
Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
doc/src/sgml/high-availability.sgml | 4 ++--
src/backend/utils/misc/guc.c | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2017-05-02 12:23:54 | pgsql: Fix perl thinko in commit fed6df486dca |
Previous Message | Peter Eisentraut | 2017-05-02 02:51:35 | pgsql: Don't wake up logical replication launcher unnecessarily |