[Pgbigm-hackers] Full text search regression tests

Back to archive index

Fujii Masao masao****@gmail*****
2013年 9月 25日 (水) 22:06:50 JST


On Wed, Sep 25, 2013 at 9:33 PM, Beena Emerson <memis****@gmail*****> wrote:
>> Thanks for revising the patch! Committed.
>
>
>  Thank you.
>
>>
>> While reviewing the patch, I found that enable_recheck doesn't work
>> expectedly
>> with gin_key_limit=1. Do you have any idea why this happens?
>
>
> In bigm_gin.c
>
> 202      if (nkeys == 1)
> 203              *recheck = *((bool *) extra_data);
>
> Here if nkeys (gin_key_limit) is 1 then the recheck value is set to true and
> hence when gin_key_limit is 1, the recheck is enabled.

Can we fix that safely?

Regards,

-- 
Fujii Masao




Pgbigm-hackers メーリングリストの案内
Back to archive index