BUG #16938: Duplicate records with same Primary Key

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: susanacastela(at)hotmail(dot)com
Subject: BUG #16938: Duplicate records with same Primary Key
Date: 2021-03-22 17:28:56
Message-ID: 16938-be6ffd557b1f523e@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16938
Logged by: Susana Castela Ibáñez
Email address: susanacastela(at)hotmail(dot)com
PostgreSQL version: 13.2
Operating system: Ubuntu
Description:

Hi,
We're running an instance of postgres 13.2 and some days ago we noticed
duplicated rows with the same primary key.
This was noticed restoring a pg_dump of our db that would be failing because
it tried to insert a duplicate primary key that violated the primary key
restriction.
Our live aplication showed no signs of error during this time.

The issue is very similar to what is described in this discussion:
https://dba.stackexchange.com/questions/62675/why-does-my-table-hold-duplicate-primary-keys
Running a "SELECT primary_key FROM table GROUP BY primary_key HAVING
COUNT(*) > 1" would be yielding the affected records.

We would be pleased to know if this is a known bug or what could be the
cause of it, also a definitive solution for it (we removed the conflictive
rows of the table but the issue reapeared after some days). For the time
being we're going to try to reindex our database.

Thanks a lot.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-03-22 18:22:48 Re: BUG #16938: Duplicate records with same Primary Key
Previous Message PG Bug reporting form 2021-03-22 12:18:34 BUG #16937: CentOS 7 gdal32-libs-3.2.2-13 package proj72 dependency issue - should be proj80