"autovacuum = off", the system may still periodically start autovacuum
processes to prevent XID wraparound. Patch from David Fetter, with
editorializing.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.
</para>
+ <para>
+ Note that even when this parameter is disabled, the system
+ will periodically launch autovacuum processes in order to
+ prevent transaction ID wraparound. See <xref
+ linkend="vacuum-for-wraparound"> for more information.
+ </para>
</listitem>
</varlistentry>