Re: Stray autovacuum daemon - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Stray autovacuum daemon
Date
Msg-id 20080222154430.GD9392@alvh.no-ip.org
Whole thread Raw
In response to Stray autovacuum daemon  ("Mikko Partio" <mpartio@gmail.com>)
Responses Re: Stray autovacuum daemon  ("Mikko Partio" <mpartio@gmail.com>)
List pgsql-admin
Mikko Partio escribió:

> Now, the problem is that I cannot turn autovacuum off! I have tried to set
> autovacuum = off at postgresql.conf with no avail. I have also tried to
> disable the vacuum by inserting rows to pg_autovacuum but still the vacuum
> processes just pop up. What's even more weird is that autovacuum is
> vacuuming the same tables over and over. No sign of xid wraparound issues
> show in the logs. How can I stop autovacuum without restarting the database
> instance?

If your database is in danger of Xid wraparound, autovacuum will run on
it no matter what you do.  Check pg_class.relfrozenxid and
pg_database.datfrozenxid, and the current Xid counter (from
pg_controldata I think).  Also take a look at the description of the
autovacuum_min_freeze_age param (or was it max_freeze_age?  I forget).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-admin by date:

Previous
From: "Lucas Sanabio"
Date:
Subject: Re: Table was deleted but it still been treated as not
Next
From: Tom Lane
Date:
Subject: Re: server process (PID ) was terminated by signal 29