From 5a59c9bef948929fdcf9bcf85c79367ce1cc9ba8 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Tue, 15 May 2007 15:35:58 +0000 Subject: [PATCH] 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. --- doc/src/sgml/config.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4e1709f632..56e3d8bd04 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3172,6 +3172,12 @@ SELECT * FROM parent WHERE key = 2400; This parameter can only be set in the postgresql.conf file or on the server command line. + + Note that even when this parameter is disabled, the system + will periodically launch autovacuum processes in order to + prevent transaction ID wraparound. See for more information. + -- 2.39.5