pgsql: Add a note to the documentation to clarify that even when

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a note to the documentation to clarify that even when
Date: 2007-05-15 15:35:58
Message-ID: 20070515153558.7EC759FB648@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a note to the documentation to clarify that even when
"autovacuum = off", the system may still periodically start autovacuum
processes to prevent XID wraparound. Patch from David Fetter, with
editorializing.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.98.2.5 -> r1.98.2.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.98.2.5&r2=1.98.2.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-05-15 15:52:40 pgsql: Make a few marginal improvements to the documentation for the AV
Previous Message Neil Conway 2007-05-15 15:35:46 pgsql: Add a note to the documentation to clarify that even when