Re: [PATCHES] delete obsolete comment

2004-11-10 Thread Neil Conway
On Thu, 2004-11-11 at 04:20, Tom Lane wrote: > BuildingBtree is definitely gone. Not sure about the hash case. Hash is gone as well (there was a "BuildingHash" variable in 1996, but no longer). Patch applied. -Neil ---(end of broadcast)--- TIP

Re: [PATCHES] delete obsolete comment

2004-11-10 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > AFAICS, we now longer use a global variable to record the fact that > we're in the midst of building an index. Therefore, this patch removes > some comments (in access/hash/hash.c and access/nbtree/nbtree.c) that > claim we do. BuildingBtree is definitely

[PATCHES] delete obsolete comment

2004-11-09 Thread Neil Conway
AFAICS, we now longer use a global variable to record the fact that we're in the midst of building an index. Therefore, this patch removes some comments (in access/hash/hash.c and access/nbtree/nbtree.c) that claim we do. I'll apply this to CVS tomorrow barring any objections. -Neil --- src/back