pgsql: Fix handling of bare boolean expressions in mcv_get_match_bitmap

2022-08-05 Thread Tom Lane
Fix handling of bare boolean expressions in mcv_get_match_bitmap. Since v14, the extended stats machinery will try to estimate for otherwise-unsupported boolean expressions if they match an expression available from an extended stats object. mcv.c did not get the memo about this, and would spit u

pgsql: Fix handling of bare boolean expressions in mcv_get_match_bitmap

2022-08-05 Thread Tom Lane
Fix handling of bare boolean expressions in mcv_get_match_bitmap. Since v14, the extended stats machinery will try to estimate for otherwise-unsupported boolean expressions if they match an expression available from an extended stats object. mcv.c did not get the memo about this, and would spit u

pgsql: Fix handling of bare boolean expressions in mcv_get_match_bitmap

2022-08-05 Thread Tom Lane
Fix handling of bare boolean expressions in mcv_get_match_bitmap. Since v14, the extended stats machinery will try to estimate for otherwise-unsupported boolean expressions if they match an expression available from an extended stats object. mcv.c did not get the memo about this, and would spit u