Hi All ,
--
--Regards
Ranjeet R. Dhumal
Am using postgres version 9.0.1 .
In daily postgres log am getting same kind of log for many time , is it because of more table creation and deletion is going on and its trying to vaccum pg_shdepend ?
But its getting canceled every time , why is it so ?
2013-02-05 00:00:09 CST [25319]: [3-1] user=,db= ERROR: canceling autovacuum task
2013-02-05 00:00:09 CST [25319]: [4-1] user=,db= CONTEXT: automatic vacuum of table "test_db.pg_catalog.pg_shdepend"
--Regards
Ranjeet R. Dhumal