forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9f2c4ed
committed
Remove bogus Assert in foreign key cloning code
This Assert was trying to ensure that the number of columns in the foreignkey being cloned was the same number of attributes in the parentRel. Ofcourse, it's perfectly valid to have columns in the table which are notpart of the foreign key constraint. It appears that this Assert wasmisunderstanding that.Reported-by: Rajkumar RaghuwanshiReviewed-by: amul sulDiscussion:https://postgr.es/m/CAKcux6=z1dtiWw5BOpqDx-U6KTiq+zD0Y2m810zUtWL+giVXWA@mail.gmail.com1 parentaaf069a commit9f2c4ed
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9043 | 9043 |
| |
9044 | 9044 |
| |
9045 | 9045 |
| |
9046 |
| - | |
| 9046 | + | |
9047 | 9047 |
| |
9048 | 9048 |
| |
9049 | 9049 |
| |
|
0 commit comments
Comments
(0)