Re: Repeated PredicateLockRelation calls during seqscan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Repeated PredicateLockRelation calls during seqscan
Дата
Msg-id 29470.1308752899@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Repeated PredicateLockRelation calls during seqscan  (Dan Ports <drkp@csail.mit.edu>)
Ответы Re: Repeated PredicateLockRelation calls during seqscan
Re: Repeated PredicateLockRelation calls during seqscan
Список pgsql-hackers
Dan Ports <drkp@csail.mit.edu> writes:
> I was looking at ExecSeqScan today and noticed that it invokes
> PredicateLockRelation each time it's called, i.e. for each tuple
> returned. Any reason we shouldn't skip that call if
> rs_relpredicatelocked is already set, as in the attached patch?

Why is the call in ExecSeqScan at all, and not in the node startup
function?
        regards, tom lane


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