Re: Cluster problem - Mailing list pgsql-general

From Tom Lane
Subject Re: Cluster problem
Date
Msg-id 5081.1038175658@sss.pgh.pa.us
Whole thread Raw
In response to Cluster problem  ("Andrew Bartley" <abartley@evolvosystems.com>)
List pgsql-general
"Andrew Bartley" <abartley@evolvosystems.com> writes:
> This error pops up every few days during clustering
> ERROR:  Cannot insert a duplicate key into unique index pg_class_oid_index

Hmm, is it possible that your OID counter has wrapped around?  Try
creating a new table, and then look to see if its OID is the largest one
in pg_class or not.

            regards, tom lane

pgsql-general by date:

Previous
From: "Andrew Bartley"
Date:
Subject: Cluster problem
Next
From: "Andrew Bartley"
Date:
Subject: Re: Cluster problem