forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb626483
committed
Fix random regression failure in test case "collate.icu.utf8"
This is a fix similar to2d7d67c, where slight plan alteration cancause a random failure of this regression test because of an incorecttuple ordering, except that this one involves lookups of pg_type.Similarly to the other case, add ORDER BY clauses to ensure the outputorder.The failure has been seen at least once on buildfarm member skink.Reported-by: Thomas MunroDiscussion:https://postgr.es/m/CA+hUKGLjR9ZBvhXcr9b-NSBHPw9aRgbjyzGE+kqLsT4vwX+nkQ@mail.gmail.comBackpatch-through: 121 parent6844adb commitb626483
File tree
2 files changed
+8
-4
lines changed- src/test/regress
- expected
- sql
2 files changed
+8
-4
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1644 | 1644 |
| |
1645 | 1645 |
| |
1646 | 1646 |
| |
1647 |
| - | |
| 1647 | + | |
| 1648 | + | |
1648 | 1649 |
| |
1649 | 1650 |
| |
1650 | 1651 |
| |
1651 | 1652 |
| |
1652 | 1653 |
| |
1653 | 1654 |
| |
1654 |
| - | |
| 1655 | + | |
| 1656 | + | |
1655 | 1657 |
| |
1656 | 1658 |
| |
1657 | 1659 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
598 |
| - | |
599 |
| - | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
600 | 602 |
| |
601 | 603 |
| |
602 | 604 |
| |
|
0 commit comments
Comments
(0)