Re: [HACKERS] An In-memory Bitmap Index Bug
"Jie Zhang" <[EMAIL PROTECTED]> writes: > There is a bug in the in-memory bitmap index on the CVS Tip. Good catch, thanks for the report. regards, tom lane ---(end of broadcast)--- TIP 6: explain analyze is your friend
[HACKERS] An In-memory Bitmap Index Bug
There is a bug in the in-memory bitmap index on the CVS Tip. Consider this query: select * from bt1 where g=2 and e=20, which will generate the following query plan: QUERY PLAN ---