File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -1927,7 +1927,7 @@ SET ENABLE_SEQSCAN TO OFF;
19271927 default is zero transactions, meaning that dead row versions can be
19281928 removed as soon as possible, that is, as soon as they are no longer
19291929 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
19311931 servers, as described in <xref linkend="hot-standby">. This allows
19321932 more time for queries on the standby to complete without incurring
19331933 conflicts due to early cleanup of rows. However, since the value
You can’t perform that action at this time.
0 commit comments