forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit96e7e1b
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 parent68ef887 commit96e7e1b
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 | |
---|---|---|---|
| |||
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 |
| - | |
| 1654 | + | |
| 1655 | + | |
1655 | 1656 |
| |
1656 | 1657 |
| |
1657 | 1658 |
| |
1658 | 1659 |
| |
1659 | 1660 |
| |
1660 | 1661 |
| |
1661 |
| - | |
| 1662 | + | |
| 1663 | + | |
1662 | 1664 |
| |
1663 | 1665 |
| |
1664 | 1666 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
606 |
| - | |
607 |
| - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
608 | 610 |
| |
609 | 611 |
| |
610 | 612 |
| |
|
0 commit comments
Comments
(0)