pg_autovacuum

From: Adam Kavan <akavan(at)cox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_autovacuum
Date: 2003-08-29 21:21:18
Message-ID: 5.2.1.1.0.20030829161431.00a3dec0@pop.central.cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I decided to try pg_autovacuum and am having a problem. It never analyzes
or vacuums. I looked at the code and had it display

printf("%s,%s,%s\n",PQgetvalue(res, j, PQfnumber(res,
"n_tup_ins")),PQgetvalue(res, j, PQfnumber(res,
"n_tup_upd")),PQgetvalue(res, j, PQfnumber(res, "n_tup_del")));

All of these values are always 0 for all tables irregardless of activity on
the tables. Any clue what could be causing this? In postgresql.conf I have :

# - Query/Index Statistics Collector -

stats_start_collector = true
#stats_command_string = true
#stats_block_level = true
stats_row_level = true
stats_reset_on_server_start = false

which is fine if I am correct. Am I missing something? I am using
7.4beta2 but the same problem occurred yesterday with 7.4beta1.

--- Adam Kavan
--- akavan(at)cox(dot)net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-08-29 21:24:41 Re: Multiple Connections
Previous Message Joseph Shraibman 2003-08-29 21:10:07 psql buffering