diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-06-07 14:52:42 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-06-07 14:52:42 -0400 |
commit | d16ebfbff74b30c83a4669a1df318cacfa7e52ca (patch) | |
tree | a1990639f7965895b50423427868476872298499 /src/backend/utils/adt/mcxtfuncs.c | |
parent | 42f94f56bf9559f0a3cf5f3ffde50655834694ee (diff) | |
download | postgresql-d16ebfbff74b30c83a4669a1df318cacfa7e52ca.tar.gz postgresql-d16ebfbff74b30c83a4669a1df318cacfa7e52ca.zip |
Stabilize contrib/seg regression test.
If autovacuum comes along just after we fill table test_seg with
some data, it will update the stats to the point where we prefer
a plain indexscan over a bitmap scan, breaking the expected
output (as well as the point of the test case). To fix, just
force a bitmap scan to be chosen here.
This has evidently been wrong since commit de1d042f5. It's not
clear why we just recently saw any buildfarm failures due to it;
but prairiedog has failed twice on this test in the past week.
Hence, backpatch to v11 where this test case came in.
Diffstat (limited to 'src/backend/utils/adt/mcxtfuncs.c')
0 files changed, 0 insertions, 0 deletions