View Single Post

   
  #1 (permalink)  
Old 04-15-2008, 11:46 PM
Suresh
 
Posts: n/a
Default Doubt in heap_release_fetch

Hello,

What do the following lines mean :

/* Tuple failed time qual, but maybe caller wants to see it anyway. */
if (keep_buf)
*userbuf = buffer;
else
{
ReleaseBuffer(buffer);
*userbuf = InvalidBuffer;
}

What is the time qualification check ?

Thanks,
Suresh




---------------------------------
Never miss a thing. Make Yahoo your homepage.
Reply With Quote