Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8a0f0ad

Browse files
committed
Remove no-longer-used typedef.
struct ClonedConstraint is no longer needed, so delete it. Discussion: https://postgr.es/m/18102.1557947143@sss.pgh.pa.us
1 parent 7505da2 commit 8a0f0ad

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/include/catalog/pg_constraint.h

-13
Original file line numberDiff line numberDiff line change
@@ -182,19 +182,6 @@ typedef enum ConstraintCategory
182182
CONSTRAINT_ASSERTION /* for future expansion */
183183
} ConstraintCategory;
184184

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-
198185

199186
extern Oid CreateConstraintEntry(const char *constraintName,
200187
Oid constraintNamespace,

0 commit comments

Comments
 (0)