We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7505da2 commit 8a0f0adCopy full SHA for 8a0f0ad
src/include/catalog/pg_constraint.h
@@ -182,19 +182,6 @@ typedef enum ConstraintCategory
182
CONSTRAINT_ASSERTION /* for future expansion */
183
} ConstraintCategory;
184
185
-/*
186
- * Used when cloning a foreign key constraint to a partition, so that the
187
- * caller can optionally set up a verification pass for it.
188
- */
189
-typedef struct ClonedConstraint
190
-{
191
- Oid relid;
192
- Oid refrelid;
193
- Oid conindid;
194
- Oid conid;
195
- Constraint *constraint;
196
-} ClonedConstraint;
197
-
198
199
extern Oid CreateConstraintEntry(const char *constraintName,
200
Oid constraintNamespace,
0 commit comments