Re: Order of granting with many waiting on one lock

Поиск
Список
Период
Сортировка
От Chris Angelico
Тема Re: Order of granting with many waiting on one lock
Дата
Msg-id CAPTjJmob17VH08S4cUxthv7+jxtrrXmnXgD=xRM7wFvntKBgfw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Order of granting with many waiting on one lock  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Список pgsql-general
On Mon, Feb 11, 2013 at 6:12 PM, Pavan Deolasee
<pavan.deolasee@gmail.com> wrote:
>      * Determine where to add myself in the wait queue.
>      *
>      * Normally I should go at the end of the queue.

Ah! That's perfect. So they'll actually go into perfect strict
round-robin, assuming that there are no other locks coming into play
(which I expect will be the case; I've been careful to avoid
deadlocks).

Thanks Pavan, fast response and perfect information!

ChrisA

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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: Order of granting with many waiting on one lock
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Upsert Functionality using CTEs