DELETE ERROR: tuple concurrently updated - Mailing list pgsql-general

From Михаил Кечинов
Subject DELETE ERROR: tuple concurrently updated
Date
Msg-id c8f0e27c0912290141k44f8d947l34cf7c48b984af98@mail.gmail.com
Whole thread Raw
Responses Re: DELETE ERROR: tuple concurrently updated  (Greg Stark <gsstark@mit.edu>)
Re: DELETE ERROR: tuple concurrently updated  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
Hello.

Here is a problem, which I can't understand.

One week ago our database has crashed and after restore begins some problems.

One of them: 

When I try to delete one row from database (for example):
delete from document where numdoc = 901721617

I have this error:
ERROR: tuple concurrently updated
SQL state: XX000

I know, that no one deleting this row at same time.

What's mean this error?

Thanks.

-- 
Mikhail Kechinov
http://www.mkechinov.ru

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Installation of Postgis/postgresql
Next
From: Greg Stark
Date:
Subject: Re: DELETE ERROR: tuple concurrently updated