"autovacuum = off", the system may still periodically start autovacuum
processes to prevent XID wraparound. Patch from David Fetter, with
editorializing.
-
+
Server Configuration
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
+ linkend="vacuum-for-wraparound"> for more information.
+