From: Bruce Momjian <bruce@momjian.us> Date: Fri, 23 Sep 2005 16:36:35 +0000 (+0000) Subject: Remove xid wraparound mention, because it was already done in 8.0, per Neil. X-Git-Tag: REL8_1_0BETA3~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb36c18c51d9cb0121efcf543e98d55891baa39d;p=postgresql Remove xid wraparound mention, because it was already done in 8.0, per Neil. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 4a8b6a0b85..c79bbc8048 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$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: @@ -177,9 +177,7 @@ pg_[A-Za-z0-9_] <application> Integrating autovacuum into the server allows it to be automatically started and stopped in sync with the database server, and allows autovacuum to be configured from - <filename>postgresql.conf</>. Also autovacuum now checks - if the database is in danger of xid wraparound and - vacuums the database if needed. + <filename>postgresql.conf</>. </para> </listitem> </varlistentry>