Change hot_standby default value to 'on'
Magnus Hagander <magnus@hagander.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +1 −1 |
| doc/src/sgml/high-availability.sgml | modified | +2 −2 |
| src/backend/utils/misc/guc.c | modified | +1 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |