[COMMITTERS] pgsql: Change hot_standby default value to 'on' - Mailing list pgsql-committers

From Magnus Hagander
Subject [COMMITTERS] pgsql: Change hot_standby default value to 'on'
Date
Msg-id E1d5Tse-0002HJ-9c@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Don't wake up logical replication launcher unnecessarily
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Fix perl thinko in commit fed6df486dca