[GSoC] Question about "Explicitly support predicate locks in indexaccess methods besides btree"

Поиск
Список
Период
Сортировка
От Dong Yuan
Тема [GSoC] Question about "Explicitly support predicate locks in indexaccess methods besides btree"
Дата
Msg-id CAFbcfvRFYxjRRZGiERsoqG3+DrbsKyE65cie8wcDeURu7HikBA@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi guys,

I'm confused about the this function, CheckForSerializableConflictOut(...). Can anyone help me out?

It seems like this function is used to check the rw-antidependencies out edge. This should be done when reading a written tuple. But btree does not call this function at all. The heapam used predicatelockpage(...)...

I use to think the in and out edge will be built when rw-antidependencies detected. CheckForSerializableConflictIn(...) can do this job. So CheckForSerializableConflictOut(...) function really confused me.

Best Wishes!
---
Dong

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: Variable substitution in psql backtick expansion
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Suggested fix for \p and \r in psql