]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Back out doc addition that statement_timeout affects autovacuum.
authorBruce Momjian <bruce@momjian.us>
Tue, 11 Mar 2008 15:49:52 +0000 (15:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 11 Mar 2008 15:49:52 +0000 (15:49 +0000)
doc/src/sgml/config.sgml

index 2619776931a40c59928c2cebb08f31cbef95dbdb..d62da5ba4103847466d5e7362f339553c1f48138 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164.2.2 2008/03/11 15:39:33 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164.2.3 2008/03/11 15:49:52 momjian Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -3877,12 +3877,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
         logged.  A value of zero (the default) turns off the 
         limitation.
        </para>
-
-       <para>
-        Setting <varname>statement_timeout</> in
-        <filename>postgresql.conf</> is not recommended because it
-        affects all sessions, including autovacuum.
-       </para>
       </listitem>
      </varlistentry>