mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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
This commit is contained in:
@ -182,19 +182,6 @@ typedef enum ConstraintCategory
|
||||
CONSTRAINT_ASSERTION /* for future expansion */
|
||||
} ConstraintCategory;
|
||||
|
||||
/*
|
||||
* Used when cloning a foreign key constraint to a partition, so that the
|
||||
* caller can optionally set up a verification pass for it.
|
||||
*/
|
||||
typedef struct ClonedConstraint
|
||||
{
|
||||
Oid relid;
|
||||
Oid refrelid;
|
||||
Oid conindid;
|
||||
Oid conid;
|
||||
Constraint *constraint;
|
||||
} ClonedConstraint;
|
||||
|
||||
|
||||
extern Oid CreateConstraintEntry(const char *constraintName,
|
||||
Oid constraintNamespace,
|
||||
|
Reference in New Issue
Block a user