On Sun, Mar 23, 2025 at 1:27 PM Melanie Plageman
<melanieplageman@gmail.com> wrote:
>
> Perhaps it is better I just fix it since ripping out the skip fetch
> optimization has to be backported and even though that will look very
> different on master than on backbranches, I wonder if people will look
> for a "clean" commit on master which removes the feature.
This is the patch I intend to commit to fix this assuming my CI passes
and there are no objections. I did add a bit of coverage for this in
bitmapops.sql. I'm not sure if that is the right thing to do since
that coverage should be removed when we remove skip fetch and there is
no point in adding the extra query and vacuum freeze if we don't have
the skip fetch optimization.
- Melanie