File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.256 2010/02/27 14:46:05 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.257 2010/03/02 21:18:59 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -1869,7 +1869,8 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
1869
1869
this parameter makes sense only during replication, so when
1870
1870
performing an archive recovery to recover from data loss a very high
1871
1871
parameter setting or -1 which means wait forever is recommended.
1872
- The default is 30 seconds.
1872
+ The default is 30 seconds. Increasing this parameter can delay
1873
+ master server changes from appearing on the standby.
1873
1874
This parameter can only be set in the <filename>postgresql.conf</>
1874
1875
file or on the server command line.
1875
1876
</para>
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.52 2010/02/27 09:29:20 heikki Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.53 2010/03/02 21:18:59 momjian Exp $ -->
2
2
3
3
<chapter id="high-availability">
4
4
<title>High Availability, Load Balancing, and Replication</title>
@@ -1410,7 +1410,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
1410
1410
that the primary and standby nodes are linked via the WAL, so the cleanup
1411
1411
situation is no different from the case where the query ran on the primary
1412
1412
node itself. And you are still getting the benefit of off-loading the
1413
- execution onto the standby.
1413
+ execution onto the standby. <varname>max_standby_delay</> should
1414
+ not be used in this case because delayed WAL files might already
1415
+ contain entries that invalidate the current shapshot.
1414
1416
</para>
1415
1417
1416
1418
<para>
You can’t perform that action at this time.
0 commit comments