Re: deadlock while re-indexing table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: deadlock while re-indexing table
Дата
Msg-id 26623.1202830635@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: deadlock while re-indexing table  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: deadlock while re-indexing table
Re: deadlock while re-indexing table
Список pgsql-general
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Dave Cramer wrote:
>> reindex table user_profile;
>> ERROR:  deadlock detected
>> DETAIL:  Process 32450 waits for AccessExclusiveLock on relation
>> 194689112 of database 163880909; blocked by process 31236.
>> Process 31236 waits for AccessShareLock on relation 194689110 of
>> database 163880909; blocked by process 32450.

> I don't find this very surprising ... I would suggest using "reindex
> index" for each index instead.  I'm not sure if REINDEX TABLE is
> supposed to be deadlock-free.

It's not guaranteed to be so, but I'd think simple cases would be
okay.  What's that other process doing?

            regards, tom lane

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

Предыдущее
От: Ken Johanson
Дата:
Сообщение: Re: SELECT CAST(123 AS char) -> 1
Следующее
От: Chander Ganesan
Дата:
Сообщение: Re: Some Autovacuum Questions