Re: [PATCHES] Clarifying Autovacuum docs in the release notes - Mailing list pgsql-docs

From Neil Conway
Subject Re: [PATCHES] Clarifying Autovacuum docs in the release notes
Date
Msg-id 4325C79A.9070300@samurai.com
Whole thread Raw
In response to Clarifying Autovacuum docs in the release notes  (David Fetter <david@fetter.org>)
List pgsql-docs
David Fetter wrote:
> ***************
> *** 173,179 ****
>           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</>.
>          </para>
>         </listitem>
>        </varlistentry>
> --- 173,181 ----
>           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</>.  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>
>         </listitem>
>        </varlistentry>

AFAIK contrib/pg_autovacuum in 8.0 also checked for XID wraparound (or
at least its documentation claims that it does), so I don't see how this
is new functionality.

-Neil

pgsql-docs by date:

Previous
From: Michael Fuhr
Date:
Subject: Multicolumn index doc out of date?
Next
From: Tom Lane
Date:
Subject: Re: Multicolumn index doc out of date?