forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit76e134f
committed
Adjust unstable regression test case.
Test queries added by commit69835bc are giving unexpected resultson some smaller buildfarm critters. I think probably the seqscanlogic is kicking in to cause the scans to not start at the beginningof the table. Add ORDER BY to make them be indexscans instead.Per buildfarm member chipmunk.1 parent44ba292 commit76e134f
2 files changed
+18
-6
lines changedLines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3161 | 3161 |
| |
3162 | 3162 |
| |
3163 | 3163 |
| |
3164 |
| - | |
| 3164 | + | |
3165 | 3165 |
| |
3166 | 3166 |
| |
3167 | 3167 |
| |
| |||
3191 | 3191 |
| |
3192 | 3192 |
| |
3193 | 3193 |
| |
3194 |
| - | |
3195 |
| - | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
| 3199 | + | |
| 3200 | + | |
| 3201 | + | |
| 3202 | + | |
| 3203 | + | |
| 3204 | + | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
3196 | 3208 |
| |
3197 | 3209 |
| |
3198 | 3210 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
659 |
| - | |
| 659 | + | |
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
664 |
| - | |
665 |
| - | |
| 664 | + | |
| 665 | + | |
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
|
0 commit comments
Comments
(0)