forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5ad966a
committed
Fix some more regression test row-order-instability issues.
Commit0563a3a just introduced another instance of the same unsafetesting methodology that appeared in2ac3ef7, which I corrected in257d815. Robert/Amit, please stop doing that.Also look through the rest off0e4475's test cases, and correct someother queries with underdetermined ordering of results from the systemcatalogs. These haven't failed in the buildfarm yet, but I don'thave any confidence in that staying true.Per multiple buildfarm members.1 parent5b29e6b commit5ad966a
File tree
4 files changed
+16
-6
lines changed- src/test/regress
- expected
- sql
4 files changed
+16
-6
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3353 | 3353 |
| |
3354 | 3354 |
| |
3355 | 3355 |
| |
3356 |
| - | |
| 3356 | + | |
| 3357 | + | |
3357 | 3358 |
| |
3358 | 3359 |
| |
3359 | 3360 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
403 |
| - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
404 | 406 |
| |
405 | 407 |
| |
406 | 408 |
| |
| |||
575 | 577 |
| |
576 | 578 |
| |
577 | 579 |
| |
578 |
| - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
579 | 583 |
| |
580 | 584 |
| |
581 | 585 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2206 | 2206 |
| |
2207 | 2207 |
| |
2208 | 2208 |
| |
2209 |
| - | |
| 2209 | + | |
| 2210 | + | |
2210 | 2211 |
| |
2211 | 2212 |
| |
2212 | 2213 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 |
| - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
407 | 409 |
| |
408 | 410 |
| |
409 | 411 |
| |
| |||
548 | 550 |
| |
549 | 551 |
| |
550 | 552 |
| |
551 |
| - | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
552 | 556 |
| |
553 | 557 |
| |
554 | 558 |
| |
|
0 commit comments
Comments
(0)