1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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
This commit is contained in:
Magnus Hagander
2017-05-02 11:12:30 +02:00
parent a99448ab45
commit 34fc616738
4 changed files with 5 additions and 5 deletions

View File

@ -1571,7 +1571,7 @@ static struct config_bool ConfigureNamesBool[] =
NULL
},
&EnableHotStandby,
false,
true,
NULL, NULL, NULL
},