Re: ERROR: Cannot insert a duplicate key into unique index pg_class_relname_nsp_index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Kragen Sitaker <kragen+pgsql(at)airwave(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: Cannot insert a duplicate key into unique index pg_class_relname_nsp_index
Date: 2004-01-10 03:32:22
Message-ID: 6637.1073705542@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>> Digging in the 7.3.2-to-7.3.4 change logs, I see one potentially
>> relevant change:

> The only thing I can think of is the fix for splitting the first btree
> page.

I paused on that too, but I don't see how it could apply, unless they
were dropping and rebuilding their database every few hours. Besides,
that bug is fixed in 7.3.5, which is still showing the problem.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2004-01-10 03:39:53 Re: ERROR: Cannot insert a duplicate key into unique index
Previous Message Bruce Momjian 2004-01-10 02:04:50 Re: ERROR: Cannot insert a duplicate key into unique index