forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit94478f4
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 parentc7bc39c commit94478f4
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3884 | 3884 |
| |
3885 | 3885 |
| |
3886 | 3886 |
| |
| 3887 | + | |
| 3888 | + | |
3887 | 3889 |
| |
3888 | 3890 |
| |
3889 | 3891 |
| |
|
0 commit comments
Comments
(0)