Re: What does "tuple concurrently updated" mean?

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: What does "tuple concurrently updated" mean?
Date: 2005-04-25 16:56:40
Message-ID: 426D2148.8000603@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> "Florian G. Pflug" <fgp(at)phlo(dot)org> writes:
>
>>During a batch load of records (using COPY) I got the following
>>postgres error today "tuple concurrently updated".
>
> I don't think plain COPY could have produced that, since it only inserts
> tuples. Tell us about triggers and foreign keys on this table?

Sorry, I was confused. The error didn't actually happen while copying,
it happened while "analyze"-ing the tables after the import. I
confused this, because the analyze is started from our import-script,
and the log just showed the error-message postgres gave ;-)

So - does "tuple concurrently updated" make sense for "analyze"?

greetings, Florian Pflug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-04-25 17:02:50 Re: What does "tuple concurrently updated" mean?
Previous Message Bruce Momjian 2005-04-25 16:08:40 Re: DDL from psql console?