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 via email to