[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ 3i] Wierd Cron Daily Message
- Subject: Re: [cobalt-users] [RAQ 3i] Wierd Cron Daily Message
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Nov 14 00:42:39 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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