X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id CF5D5D6FBB; Mon, 12 Sep 2005 02:18:59 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 84454-06; Mon, 12 Sep 2005 05:18:56 +0000 (GMT) Received: from fetter.org (dsl092-188-065.sfo1.dsl.speakeasy.net [66.92.188.65]) by svr1.postgresql.org (Postfix) with ESMTP id 2D782D77D7; Mon, 12 Sep 2005 00:32:41 -0300 (ADT) Received: from fetter.org (localhost.localdomain [127.0.0.1]) by fetter.org (8.13.4/8.12.10) with ESMTP id j8C3WeEL019570; Sun, 11 Sep 2005 20:32:40 -0700 Received: (from shackle@localhost) by fetter.org (8.13.4/8.13.4/Submit) id j8C3WeUq019569; Sun, 11 Sep 2005 20:32:40 -0700 Date: Sun, 11 Sep 2005 20:32:40 -0700 From: David Fetter To: PostgreSQL Docs , PostgreSQL Patches Subject: Clarifying Autovacuum docs in the release notes Message-ID: <20050912033240.GB8194@fetter.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.059 required=5 tests=[AWL=0.009, FORGED_RCVD_HELO=0.05] X-Spam-Level: X-Archive-Number: 200509/19 X-Sequence-Number: 3205 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Folks, Please find attached a patch which tells about what the spiffy, integrated autovacuum now does :) Cheers, D -- David Fetter david@fetter.org http://fetter.org/ phone: +1 510 893 6100 mobile: +1 415 235 3778 Remember to vote! --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="autovacuum.diff" ? autovacuum.diff ? d0m41n_fux0r3d.diff Index: doc/src/sgml/release.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/release.sgml,v retrieving revision 1.365 diff -c -r1.365 release.sgml *** doc/src/sgml/release.sgml 4 Sep 2005 13:40:24 -0000 1.365 --- doc/src/sgml/release.sgml 12 Sep 2005 03:15:12 -0000 *************** *** 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 ! postgresql.conf. --- 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 ! postgresql.conf. Autovacuum now checks to see if ! the database is in danger of xid wraparound and ! VACUUMs the whole database if needed. --ikeVEW9yuYc//A+q--