File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,31 +84,6 @@ static int index_cat_info_compare(const void *arg1, const void *arg2);
8484/* The WAL segment being decoded. */
8585XLogSegNo rewrite_current_segment = 0 ;
8686
87- /*
88- * Information on a single constraint, needed to compare constraints of the
89- * source and the destination relations.
90- */
91- typedef struct ConstraintInfo
92- {
93- char contype ;
94- bool convalidated ;
95- char * conbin ;
96- NameData conname ;
97- Bitmapset * attnos ;
98-
99- Oid confrelid ;
100- int numfks ;
101- AttrNumber conkey [INDEX_MAX_KEYS ];
102- AttrNumber confkey [INDEX_MAX_KEYS ];
103- Oid pf_eq_oprs [INDEX_MAX_KEYS ];
104- Oid pp_eq_oprs [INDEX_MAX_KEYS ];
105- Oid ff_eq_oprs [INDEX_MAX_KEYS ];
106- #if PG_VERSION_NUM >= 150000
107- int num_fk_del_set_cols ;
108- AttrNumber fk_del_set_cols [INDEX_MAX_KEYS ];
109- #endif
110- } ConstraintInfo ;
111-
11287static void worker_shmem_request (void );
11388static void worker_shmem_startup (void );
11489static void worker_shmem_shutdown (int code , Datum arg );
You can’t perform that action at this time.
0 commit comments