Fix breakage of bitmap scan plan creation for special index operators such

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 176961c1f14a5d0256c6b03548c065f5b5cbccd7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-20T19:52:54Z
Releases: 8.4.0
Fix breakage of bitmap scan plan creation for special index operators such
as LIKE.  I oversimplified this code when removing support for plan-time
determination of index operator lossiness back in April --- I had thought
create_bitmap_subplan could stop returning two separate lists of qual
conditions, but it still must so that we can treat special operators
correctly in create_bitmap_scan_plan.  Per report from Rushabh Lathia.

Files