Jeremy Drake <[EMAIL PROTECTED]> writes:
>>> DBD::Pg::st execute failed: ERROR:  duplicate key violates unique
>>> constraint "pg_type_typname_nsp_index"
>> 
>> Hm, did you REINDEX things beforehand?  This could be leftover corruption...

> Yes.  I ran that VACUUM FULL ANALYZE VERBOSE which I emailed part of the
> excerpt from, and then I started a standalone backend (postgres -D data
> -P) and ran REINDEX SYSTEM dbname on the database in question.

OK, this must be a different issue then.  I think we have seen reports
like this one before, but not been able to reproduce it.

Could you rebuild with Asserts enabled and see if any asserts trigger?
Also, at this point it'd be worth trying to boil it down to a test case
you can give to other people.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to