pgsql: Change hot_standby default value to 'on'

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: E1d5Tse-0002HJ-9c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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

Details
-------
https://git.postgresql.org/pg/commitdiff/34fc61673829f0cb63811fb63cc3c510fc2aadfc

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(-)

Browse pgsql-committers by date

  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