Re: Deadlock during CREATE INDEX CONCURRENTLY, but index still created

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Deadlock during CREATE INDEX CONCURRENTLY, but index still created
Дата
Msg-id BANLkTimKaXXjG6Ga5B+9=t5GtG5ofLUV2Q@mail.gmail.com
обсуждение исходный текст
Ответ на Deadlock during CREATE INDEX CONCURRENTLY, but index still created  (Florian Weimer <fweimer@bfk.de>)
Ответы Re: Deadlock during CREATE INDEX CONCURRENTLY, but index still created
Список pgsql-admin
On Wed, May 18, 2011 at 9:19 AM, Florian Weimer <fweimer@bfk.de> wrote:
> I've run two CREATE INDEX CONCURRENTLY on the same table in parallel,
> and one of them errored out with:
> The curious thing is that both indexes were created.  I would have
> expected that the creation of idx1 would be rolled back.
>
> Are both of the usable, or should I re-create idx1 from scratch?

They should be marked invalid.

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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Deadlock during CREATE INDEX CONCURRENTLY, but index still created
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: Deadlock during CREATE INDEX CONCURRENTLY, but index still created