A question for the patch "blooming filter"

From: Unicron <ssmei_2000(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: A question for the patch "blooming filter"
Date: 2008-12-10 01:02:59
Message-ID: 500932.29400.qm@web62406.mail.re1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 places which set variable 'bloom_pruning' to 'true', may i take it as
code following the statments above in 'bloom_filter_init' never execute?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2008-12-10 01:19:24 Re: A question for the patch "blooming filter"
Previous Message Emmanuel Cecchet 2008-12-10 00:51:05 Re: Fwd: [PATCHES] Auto Partitioning Patch - WIP version 1