forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2db574a
committed
Add missing fields to _outConstraint()
As of8977952, check constraints canbe declared invalid. But that patch didn't update _outConstraint() toalso show the relevant struct fields (which were only applicable toforeign keys before that). This currently only affects debuggingoutput, so no impact in practice.1 parent08c5c6d commit2db574a
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3688 | 3688 |
| |
3689 | 3689 |
| |
3690 | 3690 |
| |
| 3691 | + | |
| 3692 | + | |
3691 | 3693 |
| |
3692 | 3694 |
| |
3693 | 3695 |
| |
|
0 commit comments
Comments
(0)