[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RAQ 3i] Wierd Cron Daily Message



> Hello esteemed Admins,
> 
> A couple of days ago the following message was emailed to me by the cron
> daemon on a machine of mine.  A similar message has been mailed each day
> since the first time I received this message.  Any ideas?
> 
> NOTICE:  Index pg_attribute_attrelid_index: NUMBER OF INDEX' TUPLES
> (574) IS NOT THE SAME AS HEAP' (561)
> NOTICE:  Index pg_attribute_relid_attnum_index: NUMBER OF INDEX' TUPLES
> (574) IS NOT THE SAME AS HEAP' (561)
> NOTICE:  Index pg_attribute_relid_attnam_index: NUMBER OF INDEX' TUPLES
> (574) IS NOT THE SAME AS HEAP' (561)
> META vacuum - FAIL: ERROR:  cannot find attribute 1 of relation quota
> 
probably cannot vacuum a database. It's a postgres problem!
You need to meta-verify the database, run
/usr/local/sbin/meta-verify -h
Then post the result. if you still have problems
You may have to rebuild the database.
[how to rebuild should be in the archives]

Gerald