Re: ANALYZE error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ANALYZE error
Дата
Msg-id 20428.1078808149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ANALYZE error  ("David Witham" <davidw@unidial.com.au>)
Список pgsql-sql
"David Witham" <davidw@unidial.com.au> writes:
> Occasionally I get this error message from the analyze job:
> ERROR:  simple_heap_update: tuple concurrently updated
> What does this mean and should I do anything about it?

You can get this if two ANALYZEs run in parallel for the same table;
whichever one tries to update pg_statistic second fails with the above
error.  It's moderately annoying, but not dangerous.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: "David Witham"
Дата:
Сообщение: ANALYZE error
Следующее
От: "Iain"
Дата:
Сообщение: Re: ANALYZE error