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:53:03 -0400 |
commit | 9ddd1c27ee27e6d06349e4dc84baf14333d23311 (patch) | |
tree | 50e8a2263cacea337a004c482fb45a654188ac0f /src | |
parent | fc896f45d6d859d9da52106cf42dc01dce88c224 (diff) |
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')
0 files changed, 0 insertions, 0 deletions