Re: CheckpointStartLock starvation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CheckpointStartLock starvation
Дата
Msg-id 28923.1175549572@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CheckpointStartLock starvation  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: CheckpointStartLock starvation  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> Tom Lane wrote:
>> What sort of "wait for finish" mechanism do you have in mind?

> I was thinking of XactLockTableWait.

Ugh.  I don't think the bgwriter can participate in heavyweight-lockmgr
operations, or should become able to.

Nor will that work for prepared xacts --- you don't want to wait for the
eventual commit, only for PREPARE TRANSACTION to exit its critical
section.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Is this portable?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: So are we calling it: Feature Freeze?