Closed ksaito7 closed 6 years ago
@ksaito7 It looks like it will conflict with #1414 like crazy. Do you mind if you rebase on that PR locally?
@apavlo Joy wrote the original code and nobody has touched that code in a long time. I don't know if anybody else understands it so can you take a look?
@tli2 Sure, I will rebase locally, and fix all tabs.
This PR refactors constraint stuff related to planner, executor, storage and catalog.
- Contributions
pg_constraint
Constraint
(pg_constraint
) Column constraint (Not null, Default) ->Column
(pg_attribute
) Deleted class ->ForeignKey
,MultiConstraint
Catalog
.DataTable
when inserting/updating.- Related Issues
1270
- Remaining Issues