Commit 01ead29b authored by Bruce Momjian's avatar Bruce Momjian

Please find attached a patch which tells about what the spiffy,

integrated autovacuum now does :)

David Fetter
parent 9822c73a
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.371 2005/09/22 23:47:44 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.372 2005/09/23 02:25:35 momjian Exp $
Typical markup: Typical markup:
...@@ -177,7 +177,9 @@ pg_[A-Za-z0-9_] <application> ...@@ -177,7 +177,9 @@ pg_[A-Za-z0-9_] <application>
Integrating autovacuum into the server allows it to be Integrating autovacuum into the server allows it to be
automatically started and stopped in sync with the database automatically started and stopped in sync with the database
server, and allows autovacuum to be configured from server, and allows autovacuum to be configured from
<filename>postgresql.conf</>. <filename>postgresql.conf</>. Autovacuum now checks to see if
the database is in danger of xid wraparound and
<command>VACUUM</command>s the whole database if needed.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment