Re: pgsql: Stabilize contrib/seg regression test.

2021-06-08 Thread Tom Lane
Andrew Dunstan writes: > Looks like you forgot seg_1.out So I did :-( ... will fix in a bit. regards, tom lane

Re: pgsql: Stabilize contrib/seg regression test.

2021-06-08 Thread Andrew Dunstan
On 6/7/21 2:53 PM, Tom Lane wrote: > 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 th

pgsql: Stabilize contrib/seg regression test.

2021-06-07 Thread Tom Lane
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

pgsql: Stabilize contrib/seg regression test.

2021-06-07 Thread Tom Lane
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

pgsql: Stabilize contrib/seg regression test.

2021-06-07 Thread Tom Lane
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

pgsql: Stabilize contrib/seg regression test.

2021-06-07 Thread Tom Lane
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