forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
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 changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4449 | 4449 |
| |
4450 | 4450 |
| |
4451 | 4451 |
| |
4452 |
| - | |
| 4452 | + | |
4453 | 4453 |
| |
4454 | 4454 |
| |
4455 | 4455 |
| |
|
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)