File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3227,7 +3227,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
32273227 <para>
32283228 Specifies whether or not you can connect and run queries during
32293229 recovery, as described in <xref linkend="hot-standby">.
3230- The default value is <literal>off </literal>.
3230+ The default value is <literal>on </literal>.
32313231 This parameter can only be set at server start. It only has effect
32323232 during archive recovery or in standby mode.
32333233 </para>
Original file line number Diff line number Diff line change @@ -2057,8 +2057,8 @@ if (!triggered)
20572057 <title>Administrator's Overview</title>
20582058
20592059 <para>
2060- If <varname>hot_standby</> is turned <literal>on</> in
2061- <filename>postgresql.conf</> and there is a <filename>recovery.conf</>
2060+ If <varname>hot_standby</> is <literal>on</> in <filename>postgresql.conf</>
2061+ (the default value) and there is a <filename>recovery.conf</>
20622062 file present, the server will run in Hot Standby mode.
20632063 However, it may take some time for Hot Standby connections to be allowed,
20642064 because the server will not accept connections until it has completed
Original file line number Diff line number Diff line change @@ -1571,7 +1571,7 @@ static struct config_bool ConfigureNamesBool[] =
15711571 NULL
15721572 },
15731573 & EnableHotStandby ,
1574- false ,
1574+ true ,
15751575 NULL , NULL , NULL
15761576 },
15771577
Original file line number Diff line number Diff line change 254254
255255# These settings are ignored on a master server.
256256
257- #hot_standby = off # "on" allows queries during recovery
257+ #hot_standby = on # "off" disallows queries during recovery
258258 # (change requires restart)
259259#max_standby_archive_delay = 30s # max delay before canceling queries
260260 # when reading WAL from archive;
You can’t perform that action at this time.
0 commit comments