From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #2379: Duplicate pkeys in table |
Date: | 2006-04-06 15:09:30 |
Message-ID: | 24629.1144336170@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Philip Warner <pjw(at)rhyme(dot)com(dot)au> writes:
> Tom Lane wrote:
>> The thing that is striking though is
>> that the xmin/cmin values are all the same, indicating that all six
>> tuples were inserted by the same command. That seems pretty odd. Can
>> you show us the procedure by which rows are inserted in this table?
>>
> The original insertion is probably not relevant (it happened months
> ago); there are many places that update the table.
OK, what I should say is that all these tuples were updated by the same
command.
> Updates happen regularly from many sources, but the procedure that does
> the most updates is a trigger. Do you want to see that?
Please.
Also, if you care to run pg_filedump -i -F over the table, it'd be
interesting to see the complete header info for each of these tuples.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Philip Warner | 2006-04-06 15:39:38 | Re: BUG #2379: Duplicate pkeys in table |
Previous Message | Philip Warner | 2006-04-06 15:03:11 | Re: BUG #2379: Duplicate pkeys in table |