Re: BUG #2379: Duplicate pkeys in table - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2379: Duplicate pkeys in table
Date
Msg-id 17857.1144333455@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #2379: Duplicate pkeys in table  (Philip Warner <pjw@rhyme.com.au>)
Responses Re: BUG #2379: Duplicate pkeys in table  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-bugs
Philip Warner <pjw@rhyme.com.au> writes:
> # set enable_indexscan=off;
> # SELECT xmin, xmax, cmin, cmax FROM xxx where id = 24613;
>    xmin   |   xmax   | cmin |   cmax
> ----------+----------+------+----------
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 | 33048159 |   20 |       20
> (6 rows)

For completeness, could we also see ctid in that query?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Jim Nasby
Date:
Subject: Re: BUG #2372: dblink_exec doesn't return. NEVER!
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #2379: Duplicate pkeys in table