[PATCHES] Clarifying Autovacuum docs in the release notes

Top Page

Reply to this message
Author: David Fetter
Date:  
To: PostgreSQL Docs, PostgreSQL Patches
Subject: [PATCHES] Clarifying Autovacuum docs in the release notes
Folks,

Please find attached a patch which tells about what the spiffy,
integrated autovacuum now does :)

Cheers,
D
-- 
David Fetter david@??? http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778


Remember to vote!
? 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
! <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>

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@??? so that your
message can get through to the mailing list cleanly