- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit6ff21c0
committed
psql: Make output of \dD more stable
\dD showed domain check constraints in arbitrary order, which cancause regression test failures, which was exposed by commit9895b35. To fix, order the constraints by conname, which matcheswhat psql does in other queries listing constraints.1 parent9895b35 commit6ff21c0
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4449 | 4449 |
| |
4450 | 4450 |
| |
4451 | 4451 |
| |
4452 |
| - | |
| 4452 | + | |
4453 | 4453 |
| |
4454 | 4454 |
| |
4455 | 4455 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
789 | 789 |
| |
790 | 790 |
| |
791 | 791 |
| |
792 |
| - | |
| 792 | + | |
793 | 793 |
| |
794 | 794 |
| |
795 | 795 |
| |
|
0 commit comments
Comments
(0)