Re: pg_restore dependencies

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore dependencies
Дата
Msg-id 1465.1239398715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_restore dependencies  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pg_restore dependencies  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Yeah. I think the correct logic is roughly this: When considering if a 
> candidate item has a locking conflict with a running item, then if 
> *either* of them has a locking dependency that coincides with *any* 
> dependency of the other item, then the candidate is rejected. The 
> principle is that we don't give any item a chance to block on a lock.

Doesn't that eliminate any chance of running two CREATE INDEXes
concurrently on the same table?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [BUGS] BUG #4027: backslash escapingnotdisabledinplpgsql
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_restore dependencies