Re: BUG #11141: Duplicate primary key values corruption - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #11141: Duplicate primary key values corruption
Date
Msg-id 20140812204223.GI5728@eldon.alvh.no-ip.org
Whole thread Raw
In response to BUG #11141: Duplicate primary key values corruption  (behrmann@ndgf.org)
Responses Re: BUG #11141: Duplicate primary key values corruption
List pgsql-bugs
behrmann@ndgf.org wrote:

> We have observed two rows with the same primary key in one of our production
> databases. We don't know how to reproduce this problem, but given that this
> looks like a corruption bug, I figure you will want to know about this.


Can you please install extension pageinspect, then grab the TIDs of both
copies (select ctid from srmlinkgroup where id = ..), then post the
output of:

select *
from heap_page_items(get_raw_page('srmlinkgroup', BLKNO))
where lp = (OFFNO)

where the BLKNO value is the first half of the TID, and OFFNO is the
second half of the TID, for each of those tuples?

Please attach the results in text files rather than pasting in the
email, as whitespace is mangled by your mail program.

Thanks

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

pgsql-bugs by date:

Previous
From: Jean LETUTOUR
Date:
Subject: postgresql on freescale i.MX 28 ( armv5)
Next
From: "MauMau"
Date:
Subject: Re: BUG #10675: alter database set tablespace and unlogged table