View Single Post

   
  #2 (permalink)  
Old 04-15-2008, 11:46 PM
Tom Lane
 
Posts: n/a
Default Re: Doubt in heap_release_fetch

Suresh <suiyengar@yahoo.com> writes:
> What is the time qualification check ?


HeapTupleSatisfiesVisibility(). See
src/include/utils/tqual.h
src/backend/utils/time/tqual.c
and if none of this is making any sense maybe you need to start here:
http://developer.postgresql.org/pgdo...gres/mvcc.html

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote