Thread: delete obsolete comment

delete obsolete comment

From
Neil Conway
Date:
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


Attachment

Re: delete obsolete comment

From
Tom Lane
Date:
Neil Conway <neilc@samurai.com> 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 gone.  Not sure about the hash case.

            regards, tom lane

Re: delete obsolete comment

From
Neil Conway
Date:
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