Re: [HACKERS] A question for the patch "blooming filter"

2008-12-09 Thread Fujii Masao
Hi, On Wed, Dec 10, 2008 at 10:02 AM, Unicron <[EMAIL PROTECTED]> wrote: > i have a view of code, and find a question.There is a variable named > 'bloom_pruning" set to be > 'false' outside function 'bloom_filter_init' in file 'bloomfn.c', and there > is a stataments > if (bloom_pruning == false)

[HACKERS] A question for the patch "blooming filter"

2008-12-09 Thread Unicron
i have a view of code, and find a question.There is a variable named 'bloom_pruning" set to be 'false' outside function 'bloom_filter_init' in file 'bloomfn.c', and there is a stataments if (bloom_pruning == false)    return; at begin of the function "bloom_filter_init". And i don't find  any p