delete obsolete comment

Started by Neil Conwayalmost 22 years ago3 messagespatches
Jump to latest
#1Neil Conway
neilc@samurai.com

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

Attachments:

index-build-comment-1.patchtext/x-patch; charset=ISO-8859-1; name=index-build-comment-1.patchDownload+0-10
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#1)
Re: delete obsolete comment

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

#3Neil Conway
neilc@samurai.com
In reply to: Tom Lane (#2)
Re: delete obsolete comment

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