delete obsolete comment
Started by Neil Conwayalmost 22 years ago3 messagespatches
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
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