missing SSI check in heapgettup_pagemode() ? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject missing SSI check in heapgettup_pagemode() ?
Date
Msg-id 20130905173034.GD6067@eldon.alvh.no-ip.org
Whole thread Raw
Responses Re: missing SSI check in heapgettup_pagemode() ?
Re: missing SSI check in heapgettup_pagemode() ?
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Analysis on backend-private memory usage (and a patch)
Next
From: Jeff Janes
Date:
Subject: Re: [HACKERS] Is it necessary to rewrite table while increasing the scale of datatype numeric?