- Notifications
You must be signed in to change notification settings - Fork5
Commit45401c1
committed
Prevent index-only scans in stats regression test.
This bollixes the test because it's expecting to see the idx_tup_fetchcounter increase, which won't happen if heap fetches were avoided by useof an index-only scan. Per buildfarm results.While at it, let's just make sure that enable_seqscan and enable_indexscanare ON for this test ...1 parentc78d8cd commit45401c1
2 files changed
+11
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 |
| |
15 | 20 |
| |
16 | 21 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 |
| |
12 | 18 |
| |
13 | 19 |
| |
|
0 commit comments
Comments
(0)