forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteed17f3
committed
Stabilize contrib/seg regression test.
If autovacuum comes along just after we fill table test_seg withsome data, it will update the stats to the point where we prefera plain indexscan over a bitmap scan, breaking the expectedoutput (as well as the point of the test case). To fix, justforce a bitmap scan to be chosen here.This has evidently been wrong since commitde1d042. It's notclear 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.1 parent5b64368 commiteed17f3
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
| 933 | + | |
933 | 934 | | |
934 | 935 | | |
935 | 936 | | |
| |||
947 | 948 | | |
948 | 949 | | |
949 | 950 | | |
| 951 | + | |
950 | 952 | | |
951 | 953 | | |
952 | 954 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| 224 | + | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| |||
0 commit comments
Comments
(0)