@@ -46,7 +46,7 @@ extern void CatalogUpdateIndexes(Relation heapRel, HeapTuple heapTuple);
4646
4747/*
4848 * What follows are lines processed by genbki.pl to create the statements
49- * the bootstrap parser will turn into DefineIndex commands .
49+ * the bootstrap parser will turn into DefineIndex calls .
5050 *
5151 * The keyword is DECLARE_INDEX or DECLARE_UNIQUE_INDEX. The first two
5252 * arguments are the index name and OID, the rest is much like a standard
@@ -114,13 +114,10 @@ DECLARE_UNIQUE_INDEX(pg_collation_name_enc_nsp_index, 3164, on pg_collation usin
114114DECLARE_UNIQUE_INDEX (pg_collation_oid_index , 3085 , on pg_collation using btree (oid oid_ops ));
115115#define CollationOidIndexId 3085
116116
117- /* This following index is not used for a cache and is not unique */
118117DECLARE_INDEX (pg_constraint_conname_nsp_index , 2664 , on pg_constraint using btree (conname name_ops , connamespace oid_ops ));
119118#define ConstraintNameNspIndexId 2664
120- /* This following index is not used for a cache and is not unique */
121119DECLARE_INDEX (pg_constraint_conrelid_index , 2665 , on pg_constraint using btree (conrelid oid_ops ));
122120#define ConstraintRelidIndexId 2665
123- /* This following index is not used for a cache and is not unique */
124121DECLARE_INDEX (pg_constraint_contypid_index , 2666 , on pg_constraint using btree (contypid oid_ops ));
125122#define ConstraintTypidIndexId 2666
126123DECLARE_UNIQUE_INDEX (pg_constraint_oid_index , 2667 , on pg_constraint using btree (oid oid_ops ));
@@ -138,10 +135,8 @@ DECLARE_UNIQUE_INDEX(pg_database_datname_index, 2671, on pg_database using btree
138135DECLARE_UNIQUE_INDEX (pg_database_oid_index , 2672 , on pg_database using btree (oid oid_ops ));
139136#define DatabaseOidIndexId 2672
140137
141- /* This following index is not used for a cache and is not unique */
142138DECLARE_INDEX (pg_depend_depender_index , 2673 , on pg_depend using btree (classid oid_ops , objid oid_ops , objsubid int4_ops ));
143139#define DependDependerIndexId 2673
144- /* This following index is not used for a cache and is not unique */
145140DECLARE_INDEX (pg_depend_reference_index , 2674 , on pg_depend using btree (refclassid oid_ops , refobjid oid_ops , refobjsubid int4_ops ));
146141#define DependReferenceIndexId 2674
147142
@@ -157,15 +152,13 @@ DECLARE_UNIQUE_INDEX(pg_enum_typid_label_index, 3503, on pg_enum using btree(enu
157152DECLARE_UNIQUE_INDEX (pg_enum_typid_sortorder_index , 3534 , on pg_enum using btree (enumtypid oid_ops , enumsortorder float4_ops ));
158153#define EnumTypIdSortOrderIndexId 3534
159154
160- /* This following index is not used for a cache and is not unique */
161155DECLARE_INDEX (pg_index_indrelid_index , 2678 , on pg_index using btree (indrelid oid_ops ));
162156#define IndexIndrelidIndexId 2678
163157DECLARE_UNIQUE_INDEX (pg_index_indexrelid_index , 2679 , on pg_index using btree (indexrelid oid_ops ));
164158#define IndexRelidIndexId 2679
165159
166160DECLARE_UNIQUE_INDEX (pg_inherits_relid_seqno_index , 2680 , on pg_inherits using btree (inhrelid oid_ops , inhseqno int4_ops ));
167161#define InheritsRelidSeqnoIndexId 2680
168- /* This following index is not used for a cache and is not unique */
169162DECLARE_INDEX (pg_inherits_parent_index , 2187 , on pg_inherits using btree (inhparent oid_ops ));
170163#define InheritsParentIndexId 2187
171164
@@ -213,10 +206,8 @@ DECLARE_UNIQUE_INDEX(pg_rewrite_oid_index, 2692, on pg_rewrite using btree(oid o
213206DECLARE_UNIQUE_INDEX (pg_rewrite_rel_rulename_index , 2693 , on pg_rewrite using btree (ev_class oid_ops , rulename name_ops ));
214207#define RewriteRelRulenameIndexId 2693
215208
216- /* This following index is not used for a cache and is not unique */
217209DECLARE_INDEX (pg_shdepend_depender_index , 1232 , on pg_shdepend using btree (dbid oid_ops , classid oid_ops , objid oid_ops , objsubid int4_ops ));
218210#define SharedDependDependerIndexId 1232
219- /* This following index is not used for a cache and is not unique */
220211DECLARE_INDEX (pg_shdepend_reference_index , 1233 , on pg_shdepend using btree (refclassid oid_ops , refobjid oid_ops ));
221212#define SharedDependReferenceIndexId 1233
222213
@@ -228,7 +219,6 @@ DECLARE_UNIQUE_INDEX(pg_tablespace_oid_index, 2697, on pg_tablespace using btree
228219DECLARE_UNIQUE_INDEX (pg_tablespace_spcname_index , 2698 , on pg_tablespace using btree (spcname name_ops ));
229220#define TablespaceNameIndexId 2698
230221
231- /* This following index is not used for a cache and is not unique */
232222DECLARE_INDEX (pg_trigger_tgconstraint_index , 2699 , on pg_trigger using btree (tgconstraint oid_ops ));
233223#define TriggerConstraintIndexId 2699
234224DECLARE_UNIQUE_INDEX (pg_trigger_tgrelid_tgname_index , 2701 , on pg_trigger using btree (tgrelid oid_ops , tgname name_ops ));
@@ -271,19 +261,16 @@ DECLARE_UNIQUE_INDEX(pg_type_typname_nsp_index, 2704, on pg_type using btree(typ
271261
272262DECLARE_UNIQUE_INDEX (pg_foreign_data_wrapper_oid_index , 112 , on pg_foreign_data_wrapper using btree (oid oid_ops ));
273263#define ForeignDataWrapperOidIndexId 112
274-
275264DECLARE_UNIQUE_INDEX (pg_foreign_data_wrapper_name_index , 548 , on pg_foreign_data_wrapper using btree (fdwname name_ops ));
276265#define ForeignDataWrapperNameIndexId 548
277266
278267DECLARE_UNIQUE_INDEX (pg_foreign_server_oid_index , 113 , on pg_foreign_server using btree (oid oid_ops ));
279268#define ForeignServerOidIndexId 113
280-
281269DECLARE_UNIQUE_INDEX (pg_foreign_server_name_index , 549 , on pg_foreign_server using btree (srvname name_ops ));
282270#define ForeignServerNameIndexId 549
283271
284272DECLARE_UNIQUE_INDEX (pg_user_mapping_oid_index , 174 , on pg_user_mapping using btree (oid oid_ops ));
285273#define UserMappingOidIndexId 174
286-
287274DECLARE_UNIQUE_INDEX (pg_user_mapping_user_server_index , 175 , on pg_user_mapping using btree (umuser oid_ops , umserver oid_ops ));
288275#define UserMappingUserServerIndexId 175
289276
@@ -306,7 +293,6 @@ DECLARE_UNIQUE_INDEX(pg_shseclabel_object_index, 3593, on pg_shseclabel using bt
306293
307294DECLARE_UNIQUE_INDEX (pg_extension_oid_index , 3080 , on pg_extension using btree (oid oid_ops ));
308295#define ExtensionOidIndexId 3080
309-
310296DECLARE_UNIQUE_INDEX (pg_extension_name_index , 3081 , on pg_extension using btree (extname name_ops ));
311297#define ExtensionNameIndexId 3081
312298
0 commit comments