Re: BUG #13860: Duplicated primary key - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #13860: Duplicated primary key
Date
Msg-id 56943B4D.6050608@hogranch.com
Whole thread Raw
In response to BUG #13860: Duplicated primary key  (baso10dev@gmail.com)
List pgsql-bugs
On 1/11/2016 2:34 PM, baso10dev@gmail.com wrote:
> The following bug has been logged on the website:
>
> Bug reference:      13860
> Logged by:          baso10
> Email address:baso10dev@gmail.com
> PostgreSQL version: 9.4.5
> Operating system:   Debian 4.9.2-10 64-bit
> Description:
>
> Table has duplicated values in primary key column.
>
> I have a table A.
> I have created table B that inherits table A.
>
> After playing around I noticed there are duplicate keys in table A.
>
> Thanks


thats not exactly a reproducible bug as reported.    Its also a 'should
never happen' sort of thing, about the only way I can see it happening
is if the primary key index somehow got corrupted (typically due to
hardware problems).

(do note, I'm just a fellow user, not a member of the PG core team or
anything...  please reply to the pgsql-bugs list rather than me directly).


--
john r pierce, recycling bits in santa cruz

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #13860: Duplicated primary key
Next
From: Tom Lane
Date:
Subject: Re: BUG #13860: Duplicated primary key