Re: [PATCHES] Clarifying Autovacuum docs in the release notes

From: Neil Conway <neilc(at)samurai(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCHES] Clarifying Autovacuum docs in the release notes
Date: 2005-09-12 18:23:22
Message-ID: 4325C79A.9070300@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2005-09-12 19:31:04 Re: Multicolumn index doc out of date?
Previous Message Michael Fuhr 2005-09-12 14:26:47 Multicolumn index doc out of date?

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-09-12 18:29:19 Re: pg_dump feature patch to allow selection of rows to
Previous Message Neil Conway 2005-09-12 17:53:28 Re: docs: config chapter