diff options
author | Andres Freund <andres@anarazel.de> | 2025-04-02 14:58:39 -0400 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2025-04-02 14:58:39 -0400 |
commit | 24da5b239a4b50798fb2cbe46597cc932a5210f2 (patch) | |
tree | f14f8293d84baaffa284fabfc16afafd2290a2a7 /src/backend/utils/adt/tsvector.c | |
parent | 459e7bf8e2f8ab894dc613fa8555b74c4eef6969 (diff) | |
download | postgresql-24da5b239a4b50798fb2cbe46597cc932a5210f2.tar.gz postgresql-24da5b239a4b50798fb2cbe46597cc932a5210f2.zip |
Add test for HeapBitmapScan's broken skip_fetch optimization
In the previous commit HeapBitmapScan's skip_fetch optimization was removed,
due to being broken in not easily fixable ways. Add a test that verifies we
don't re-introduce this bug if somebody tries to re-add the feature.
Only add the test to master for now, it's possible it's not entirely
stable. That seems sufficient, as we're not going to re-introduce the feature
on the backbranches. I did verify that the test passes on all branches. If the
test turns out to be unproblematic, we can backpatch it later, should we feel
a need to do so.
Discussion: https://postgr.es/m/CAEze2Wg3gXXZTr6_rwC+s4-o2ZVFB5F985uUSgJTsECx6AmGcQ@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/tsvector.c')
0 files changed, 0 insertions, 0 deletions