Re: tuple concurrently updated - Mailing list pgsql-general

From Tom Lane
Subject Re: tuple concurrently updated
Date
Msg-id 9179.1178245001@sss.pgh.pa.us
Whole thread Raw
In response to tuple concurrently updated  ("Andrus" <kobruleht2@hot.ee>)
Responses Re: tuple concurrently updated
List pgsql-general
"Andrus" <kobruleht2@hot.ee> writes:
> My application receives the folllowing error sometimes.
> 7/XX000:Error while executing the query;ERROR:  tuple concurrently updated
> CONTEXT:  SQL statement "DROP TABLE templsabi"PL/pgSQL function "drop_table"
> line 2 at execute statement

That's a bit interesting ... what PG version is this exactly?  What else
might be touching that table at the same time?  Do you have autovacuum
enabled?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Help tracking down error in postgres log
Next
From: Tom Lane
Date:
Subject: Re: Dangers of fsync = off