Re: SSI work for 9.1

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: SSI work for 9.1
Дата
Msg-id 4DEFFA41020000250003E3DE@gw.wicourts.gov
обсуждение исходный текст
Ответ на SSI work for 9.1  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner"  wrote:

> A patch is attached which just covers the predicate lock
> acquisition

This patch rolls that up with snapshot checking in the conflict
detection function called on read.  The only other two functions
which use that macro check for conflicts on write, and I can't see
why snapshot checking would make sense there.  The write isn't into a
particular snapshot, it's in the context of the transaction; so
unless someone can make a good case for why snapshot checking makes
sense there, I think this is far as it makes sense to take this.

Except of course for those two functions in the btree AM which didn't
have snapshot available.  I'm not sure what needs to be done there.

Thoughts?

-Kevin



Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: WALInsertLock contention
Следующее
От: Dan Ports
Дата:
Сообщение: Re: SSI work for 9.1