A question for the patch "blooming filter" - Mailing list pgsql-hackers

From Unicron
Subject A question for the patch "blooming filter"
Date
Msg-id 500932.29400.qm@web62406.mail.re1.yahoo.com
Whole thread Raw
Responses Re: A question for the patch "blooming filter"  ("Fujii Masao" <masao.fujii@gmail.com>)
List pgsql-hackers
<table border="0" cellpadding="0" cellspacing="0"><tr><td style="font: inherit;" valign="top">i have a view of code,
andfind a question.There is a variable named 'bloom_pruning" set to be<br />'false' outside function
'bloom_filter_init'in file 'bloomfn.c', and there is a stataments <br />if (bloom_pruning == false)<br />   return;<br
/>atbegin of the function "bloom_filter_init".<br /><br />And i don't find  any places which set variable
'bloom_pruning'to 'true', may i take it as<br />code following the statments above in 'bloom_filter_init' never
execute?<br /></td></tr></table><br /> 

pgsql-hackers by date:

Previous
From: Emmanuel Cecchet
Date:
Subject: Re: Fwd: [PATCHES] Auto Partitioning Patch - WIP version 1
Next
From: "Fujii Masao"
Date:
Subject: Re: A question for the patch "blooming filter"