Re: tuple concurrently updated

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tuple concurrently updated
Дата
Msg-id 9179.1178245001@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tuple concurrently updated  ("Andrus" <kobruleht2@hot.ee>)
Ответы Re: tuple concurrently updated  ("Andrus" <kobruleht2@hot.ee>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Help tracking down error in postgres log
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dangers of fsync = off