Re: [HACKERS] locking change help

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] locking change help
Дата
Msg-id 199801231459.JAA23300@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] locking change help  (Mattias Kregert <matti@algonet.se>)
Список pgsql-hackers
>
> Bruce Momjian wrote:
> >
> > I am trying to change the lock manager so read locks will not be granted
> > if there is a write-lock waiting for a lock.  The following patch helps,
> > but is incomplete.  Can someone figure out the right fix?  I tried
> > putting this code inside LockResolveConflicts(), but that didn't work
> > either.
>
> Is this to help writers from starving?

Yes.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Re: [PORTS] Important Announcement
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] LOCK command