mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
had a bad side-effect: it stopped finding plans that involved BitmapAnd combinations of indexscans using both join and non-join conditions. Instead, make choose_bitmap_and more aggressive about detecting redundancies between BitmapOr subplans.