Re: Cluster problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrew Bartley" <abartley(at)evolvosystems(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cluster problem
Date: 2002-11-24 22:07:38
Message-ID: 5081.1038175658@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Andrew Bartley" <abartley(at)evolvosystems(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Bartley 2002-11-24 22:23:02 Re: Cluster problem
Previous Message Andrew Bartley 2002-11-24 22:02:59 Cluster problem