expireindex.c

Hitoshi Yamanaka yamanaka at dakai.cs.fujitsu.co.jp
Sat Nov 6 08:46:54 UTC 1999


From: Katsuhiro Kondou <kondou at nec.co.jp>
Subject: Re: expireindex.c
Date: Sat, 06 Nov 1999 00:12:06 +0900 (JST)
Message-ID: <19991106001206J.kondou at inn.do.mms.mt.nec.co.jp>

> } I think LISTsort is meanless. 
> } Isn't it?
> 
> That's redundant.

I think LISTsort is not just redundant, but it might break relations
between Index and Articles which are parallel in the structure below.

  typedef struct _LIST {
      int		Used;
      int		Size;
      ARTNUM		*Articles;
      char		(*Index)[OVERINDEXPACKSIZE];
  } LIST;

Because LISTsort only sorts Articles.

> } didn't have duplicated articles. I cannot grab the cause of the
> } duplicated articles though...
> 
> You might get duplicated articles if you've
> run tagged-hash.

Umm...
In my config.data, 

  #### =()<DBZ_TAGGED_HASH        @<DBZ_TAGGED_HASH>@>()=
  DBZ_TAGGED_HASH DONT

Maybe, other reasons might exist.



More information about the inn-bugs mailing list