@@ -46,7 +46,7 @@ extern void CatalogUpdateIndexes(Relation heapRel, HeapTuple heapTuple);
46
46
47
47
/*
48
48
* What follows are lines processed by genbki.pl to create the statements
49
- * the bootstrap parser will turn into DefineIndexcommands .
49
+ * the bootstrap parser will turn into DefineIndexcalls .
50
50
*
51
51
* The keyword is DECLARE_INDEX or DECLARE_UNIQUE_INDEX. The first two
52
52
* 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
114
114
DECLARE_UNIQUE_INDEX (pg_collation_oid_index ,3085 ,on pg_collation using btree (oid oid_ops ));
115
115
#define CollationOidIndexId 3085
116
116
117
- /* This following index is not used for a cache and is not unique */
118
117
DECLARE_INDEX (pg_constraint_conname_nsp_index ,2664 ,on pg_constraint using btree (conname name_ops ,connamespace oid_ops ));
119
118
#define ConstraintNameNspIndexId 2664
120
- /* This following index is not used for a cache and is not unique */
121
119
DECLARE_INDEX (pg_constraint_conrelid_index ,2665 ,on pg_constraint using btree (conrelid oid_ops ));
122
120
#define ConstraintRelidIndexId 2665
123
- /* This following index is not used for a cache and is not unique */
124
121
DECLARE_INDEX (pg_constraint_contypid_index ,2666 ,on pg_constraint using btree (contypid oid_ops ));
125
122
#define ConstraintTypidIndexId 2666
126
123
DECLARE_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
138
135
DECLARE_UNIQUE_INDEX (pg_database_oid_index ,2672 ,on pg_database using btree (oid oid_ops ));
139
136
#define DatabaseOidIndexId 2672
140
137
141
- /* This following index is not used for a cache and is not unique */
142
138
DECLARE_INDEX (pg_depend_depender_index ,2673 ,on pg_depend using btree (classid oid_ops ,objid oid_ops ,objsubid int4_ops ));
143
139
#define DependDependerIndexId 2673
144
- /* This following index is not used for a cache and is not unique */
145
140
DECLARE_INDEX (pg_depend_reference_index ,2674 ,on pg_depend using btree (refclassid oid_ops ,refobjid oid_ops ,refobjsubid int4_ops ));
146
141
#define DependReferenceIndexId 2674
147
142
@@ -157,15 +152,13 @@ DECLARE_UNIQUE_INDEX(pg_enum_typid_label_index, 3503, on pg_enum using btree(enu
157
152
DECLARE_UNIQUE_INDEX (pg_enum_typid_sortorder_index ,3534 ,on pg_enum using btree (enumtypid oid_ops ,enumsortorder float4_ops ));
158
153
#define EnumTypIdSortOrderIndexId 3534
159
154
160
- /* This following index is not used for a cache and is not unique */
161
155
DECLARE_INDEX (pg_index_indrelid_index ,2678 ,on pg_index using btree (indrelid oid_ops ));
162
156
#define IndexIndrelidIndexId 2678
163
157
DECLARE_UNIQUE_INDEX (pg_index_indexrelid_index ,2679 ,on pg_index using btree (indexrelid oid_ops ));
164
158
#define IndexRelidIndexId 2679
165
159
166
160
DECLARE_UNIQUE_INDEX (pg_inherits_relid_seqno_index ,2680 ,on pg_inherits using btree (inhrelid oid_ops ,inhseqno int4_ops ));
167
161
#define InheritsRelidSeqnoIndexId 2680
168
- /* This following index is not used for a cache and is not unique */
169
162
DECLARE_INDEX (pg_inherits_parent_index ,2187 ,on pg_inherits using btree (inhparent oid_ops ));
170
163
#define InheritsParentIndexId 2187
171
164
@@ -213,10 +206,8 @@ DECLARE_UNIQUE_INDEX(pg_rewrite_oid_index, 2692, on pg_rewrite using btree(oid o
213
206
DECLARE_UNIQUE_INDEX (pg_rewrite_rel_rulename_index ,2693 ,on pg_rewrite using btree (ev_class oid_ops ,rulename name_ops ));
214
207
#define RewriteRelRulenameIndexId 2693
215
208
216
- /* This following index is not used for a cache and is not unique */
217
209
DECLARE_INDEX (pg_shdepend_depender_index ,1232 ,on pg_shdepend using btree (dbid oid_ops ,classid oid_ops ,objid oid_ops ,objsubid int4_ops ));
218
210
#define SharedDependDependerIndexId 1232
219
- /* This following index is not used for a cache and is not unique */
220
211
DECLARE_INDEX (pg_shdepend_reference_index ,1233 ,on pg_shdepend using btree (refclassid oid_ops ,refobjid oid_ops ));
221
212
#define SharedDependReferenceIndexId 1233
222
213
@@ -228,7 +219,6 @@ DECLARE_UNIQUE_INDEX(pg_tablespace_oid_index, 2697, on pg_tablespace using btree
228
219
DECLARE_UNIQUE_INDEX (pg_tablespace_spcname_index ,2698 ,on pg_tablespace using btree (spcname name_ops ));
229
220
#define TablespaceNameIndexId 2698
230
221
231
- /* This following index is not used for a cache and is not unique */
232
222
DECLARE_INDEX (pg_trigger_tgconstraint_index ,2699 ,on pg_trigger using btree (tgconstraint oid_ops ));
233
223
#define TriggerConstraintIndexId 2699
234
224
DECLARE_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
271
261
272
262
DECLARE_UNIQUE_INDEX (pg_foreign_data_wrapper_oid_index ,112 ,on pg_foreign_data_wrapper using btree (oid oid_ops ));
273
263
#define ForeignDataWrapperOidIndexId 112
274
-
275
264
DECLARE_UNIQUE_INDEX (pg_foreign_data_wrapper_name_index ,548 ,on pg_foreign_data_wrapper using btree (fdwname name_ops ));
276
265
#define ForeignDataWrapperNameIndexId 548
277
266
278
267
DECLARE_UNIQUE_INDEX (pg_foreign_server_oid_index ,113 ,on pg_foreign_server using btree (oid oid_ops ));
279
268
#define ForeignServerOidIndexId 113
280
-
281
269
DECLARE_UNIQUE_INDEX (pg_foreign_server_name_index ,549 ,on pg_foreign_server using btree (srvname name_ops ));
282
270
#define ForeignServerNameIndexId 549
283
271
284
272
DECLARE_UNIQUE_INDEX (pg_user_mapping_oid_index ,174 ,on pg_user_mapping using btree (oid oid_ops ));
285
273
#define UserMappingOidIndexId 174
286
-
287
274
DECLARE_UNIQUE_INDEX (pg_user_mapping_user_server_index ,175 ,on pg_user_mapping using btree (umuser oid_ops ,umserver oid_ops ));
288
275
#define UserMappingUserServerIndexId 175
289
276
@@ -306,7 +293,6 @@ DECLARE_UNIQUE_INDEX(pg_shseclabel_object_index, 3593, on pg_shseclabel using bt
306
293
307
294
DECLARE_UNIQUE_INDEX (pg_extension_oid_index ,3080 ,on pg_extension using btree (oid oid_ops ));
308
295
#define ExtensionOidIndexId 3080
309
-
310
296
DECLARE_UNIQUE_INDEX (pg_extension_name_index ,3081 ,on pg_extension using btree (extname name_ops ));
311
297
#define ExtensionNameIndexId 3081
312
298