File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.290 2010/07/03 21:23:58 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.291 2010/07/03 22:52:25 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -1927,7 +1927,7 @@ SET ENABLE_SEQSCAN TO OFF;
1927
1927
default is zero transactions, meaning that dead row versions can be
1928
1928
removed as soon as possible, that is, as soon as they are no longer
1929
1929
visible to any open transaction. You may wish to set this to a
1930
- non-zero value on a primary server that is supporting hot standby
1930
+ non-zero value on a primary server that is supporting hot standby
1931
1931
servers, as described in <xref linkend="hot-standby">. This allows
1932
1932
more time for queries on the standby to complete without incurring
1933
1933
conflicts due to early cleanup of rows. However, since the value
You can’t perform that action at this time.
0 commit comments