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
Specifies whether or not you can connect and run queries during
recovery, as described in .
- The default value is off.
+ The default value is on.
This parameter can only be set at server start. It only has effect
during archive recovery or in standby mode.
Administrator's Overview
- If hot_standby> is turned on> in
- postgresql.conf> and there is a recovery.conf>
+ If hot_standby> is on> in postgresql.conf>
+ (the default value) and there is a recovery.conf>
file present, the server will run in Hot Standby mode.
However, it may take some time for Hot Standby connections to be allowed,
because the server will not accept connections until it has completed
NULL
},
&EnableHotStandby,
- false,
+ true,
NULL, NULL, NULL
},
# These settings are ignored on a master server.
-#hot_standby = off # "on" allows queries during recovery
+#hot_standby = on # "off" disallows queries during recovery
# (change requires restart)
#max_standby_archive_delay = 30s # max delay before canceling queries
# when reading WAL from archive;