Re: Unneccessary cmax in heap tuple ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unneccessary cmax in heap tuple ?
Дата
Msg-id 29100.972497078@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Unneccessary cmax in heap tuple ?  (devik@cdi.cz)
Список pgsql-hackers
devik@cdi.cz writes:
> Ahh I did not know that there is need to test tuple for
> validity for some past cid. I thought that we only need
> to know whether tuple has been updated by current cid
> to ensure that it will not be scanned again in the same
> cid... Where am I wrong ?

In situations like SQL function calls, it may be necessary to suspend
a table scan while we go off and do other commands, then come back and
resume the table scan.  So there can be multiple scans with different
command IDs in progress within a transaction.
        regards, tom lane


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: --with-perl=/path/to/prefered/perl?
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: failed runcheck