forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f71861
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 parenta47bf42 commit1f71861
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3485 | 3485 |
| |
3486 | 3486 |
| |
3487 | 3487 |
| |
| 3488 | + | |
| 3489 | + | |
3488 | 3490 |
| |
3489 | 3491 |
| |
3490 | 3492 |
| |
|
0 commit comments
Comments
(0)