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

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-
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy