Re: [GENERAL] spool function in nbtree index

2007-07-24 Thread Jim Nasby
Something this detailed would best be asked on -hackers. On Jul 21, 2007, at 7:53 PM, Teju wrote: Hi, I am trying to understand the function of spool structure in btree index creation. I understand that there are 2 of them, one for the itups to be sorted and the other for dead tuples. Now

[GENERAL] spool function in nbtree index

2007-07-21 Thread Teju
Hi, I am trying to understand the function of spool structure in btree index creation. 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),