Re: SSI atomic commit

Поиск
Список
Период
Сортировка
От Dan Ports
Тема Re: SSI atomic commit
Дата
Msg-id 20110707212159.GF76634@csail.mit.edu
обсуждение исходный текст
Ответ на Re: SSI atomic commit  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: SSI atomic commit
Re: SSI atomic commit
Список pgsql-hackers
We should also apply the attached patch, which corrects a minor issue
with the conditions for flagging transactions that could potentially
make a snapshot unsafe.

There's a small window wherein a transaction is committed but not yet
on the finished list, and we shouldn't flag it as a potential conflict
if so. We can also skip adding a doomed transaction to the list of
possible conflicts because we know it won't commit.

This is not really a related issue, but Kevin and I found it while
looking into this issue, and it was included in the patch we sent out.

Dan

--
Dan R. K. Ports              MIT CSAIL                http://drkp.net/

Вложения

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI atomic commit
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI atomic commit