>>2149fr how do you know they're actually redundant if you haven't checked the explain analyze output lately? might just be that your queries are hitting a different scan type due to recent data distribution changes. if the optimizer is skipping them, it's usually bc of a
high selectivity issue or an existing covering index, not just random bloat.