diff options
Diffstat (limited to 'src/include/utils/rel.h')
-rw-r--r-- | src/include/utils/rel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index a0ba4177645..5d354c0f67b 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -95,9 +95,6 @@ typedef struct RelationData Oid rd_oidindex; /* OID of unique index on OID, if any */ Oid rd_replidindex; /* OID of replica identity index, if any */ - /* data managed by RelationGetFKList: */ - List *rd_fkeylist; /* OIDs of foreign keys */ - /* data managed by RelationGetIndexAttrBitmap: */ Bitmapset *rd_indexattr; /* identifies columns used in indexes */ Bitmapset *rd_keyattr; /* cols that can be ref'd by foreign keys */ |