Re: btree spool function

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Teju <tejasvic(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: btree spool function
Date: 2007-07-22 02:39:10
Message-ID: 46A2C34E.4080802@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Teju wrote:
> Hi,
>
> I am trying to understand the function of spool
> structure in btree. I understand that there are 2 of
> them, one for the itups to be sorted and the other for
> dead tuples.
> Now, if I want to see all the itups that are loaded
> into the main spool (not spool for the dead tuples),
> what function should i look into and which
> structure/variable holds this value?

Hi.

You might get an answer here, but this isn't really a NOVICE question, I
don't think. You might ask on the general or hackers list.

Sean

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mike Ellsworth 2007-07-23 13:40:05 8.3 Question (Updateable cursors)
Previous Message Teju 2007-07-22 01:58:38 btree spool function