So then, it’s late in the day, the database is long overdue a vacuum so I set it off and left it. Apparently it fails two minutes in with:
vacuumdb: vacuuming of database "xxxxxx" failed: ERROR: failed to re-find parent key in "pg_class_relname_nsp_index"
So, after changing my underpants. I find the cure quite quickly with:
REINDEX INDEX pg_class_relname_nsp_index;
Thank the lord for that. Lesson of the day. Don’t switch off vacuum with postgresql because postgres don’t like it!
Technorati Tags: vacuum, postgresql, postgres
Home > About This Post
This entry was posted by Chris Andrews on Saturday, November 18th, 2006, at 2:57 am, and was filed in Databases.
Subscribe to the
RSS 2.0 feed for all comments to this post.
Post a Comment