pg_autovacuum is not working

From: Ivan Dimitrov <dobber(at)bastun(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: pg_autovacuum is not working
Date: 2004-10-29 10:04:35
Message-ID: 200410291304.42472.dobber@bastun.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi list
This is my first post here, and I've searched google but couldn't find the
solution.

I'm trying to run pg_autovacuum on all my databases. All my Debian sarge
machines use version 7.4.5-3
postgresql install
postgresql-client install
postgresql-contrib install
postgresql-dev install
postgresql-doc install

postgres.conf options are
stats_start_collector = true
stats_row_level = true

postmaster.conf options are
AUTOVACUUM=yes
AVAC_LOG=/var/log/postgresql/autovacuum_log

pg_hba.conf options are
local all postgres ident sameuser
local all all ident sameuser

restart postgresql gives this message in the logs:

autovacuum.log
[2004-10-29 12:41:20 PM] Error: GUC variable stats_row_level must be enabled.
[2004-10-29 12:41:20 PM] Please fix the problems and try again.

postgres.log
2004-10-29 12:48:58 [29677] LOG: unexpected EOF on client connection

What could be the reason for this. I have a test machine with the exact same
options and databases as the production servers and it works find there. But
on ~15 production servers I can't get rid of this message.
I can provide strace of pg_autovacuum, but I didn't find many usefull
information in it.

Please advice
--

Hi! I'm your friendly neighbourhood signature virus.
Copy me to your signature file and help me spread!

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vishal Kashyap @ [Sai Hertz And Control Systems] 2004-10-29 10:32:51 Re: pg_restore error
Previous Message Anton Maksimenkov 2004-10-29 08:40:29 Re: opportunities of inline funtions