Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a0f0ad

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 parent7505da2 commit8a0f0ad

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

‎src/include/catalog/pg_constraint.h

Lines changed: 0 additions & 13 deletions
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-
typedefstructClonedConstraint
190-
{
191-
Oidrelid;
192-
Oidrefrelid;
193-
Oidconindid;
194-
Oidconid;
195-
Constraint*constraint;
196-
}ClonedConstraint;
197-
198185

199186
externOidCreateConstraintEntry(constchar*constraintName,
200187
OidconstraintNamespace,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp