Commit bb36c18c authored by Bruce Momjian's avatar Bruce Momjian

Remove xid wraparound mention, because it was already done in 8.0, per Neil.

parent 06d70d78
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.373 2005/09/23 02:42:34 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.374 2005/09/23 16:36:35 momjian Exp $
Typical markup: Typical markup:
...@@ -177,9 +177,7 @@ pg_[A-Za-z0-9_] <application> ...@@ -177,9 +177,7 @@ 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</>. Also autovacuum now checks <filename>postgresql.conf</>.
if the database is in danger of xid wraparound and
vacuums the 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