missing SSI check in heapgettup_pagemode() ?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема missing SSI check in heapgettup_pagemode() ?
Дата
Msg-id 20130905173034.GD6067@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответы Re: missing SSI check in heapgettup_pagemode() ?  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Re: missing SSI check in heapgettup_pagemode() ?  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
I was scrolling heapgettup() and heapgettup_pagemode() in parallel, and
noticed that the former calls CheckForSerializableConflictOut() for
tuples read, and the latter doesn't.  Is there a reason for this
discrepancy?  If so, I think it warrants a comment about the missing
check.

Thanks,

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Analysis on backend-private memory usage (and a patch)
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: [HACKERS] Is it necessary to rewrite table while increasing the scale of datatype numeric?