11SET search_path = public;
22
3- DROP OPERATOR CLASS gist_cidr_ops;
3+ DROP OPERATOR CLASS gist_cidr_ops USING gist ;
44
5- DROP OPERATOR CLASS gist_inet_ops;
5+ DROP OPERATOR CLASS gist_inet_ops USING gist ;
66
77DROP FUNCTION gbt_inet_same(internal, internal, internal);
88
@@ -12,17 +12,13 @@ DROP FUNCTION gbt_inet_picksplit(internal, internal);
1212
1313DROP FUNCTION gbt_inet_penalty(internal,internal,internal);
1414
15- DROP FUNCTION gbt_cidr_compress(internal);
16-
1715DROP FUNCTION gbt_inet_compress(internal);
1816
19- DROP FUNCTION gbt_cidr_consistent(internal,cidr ,int2);
20-
2117DROP FUNCTION gbt_inet_consistent(internal,inet ,int2);
2218
23- DROP OPERATOR CLASS gist_vbit_ops;
19+ DROP OPERATOR CLASS gist_vbit_ops USING gist ;
2420
25- DROP OPERATOR CLASS gist_bit_ops;
21+ DROP OPERATOR CLASS gist_bit_ops USING gist ;
2622
2723DROP FUNCTION gbt_bit_same(internal, internal, internal);
2824
@@ -36,7 +32,7 @@ DROP FUNCTION gbt_bit_compress(internal);
3632
3733DROP FUNCTION gbt_bit_consistent(internal,bit ,int2);
3834
39- DROP OPERATOR CLASS gist_numeric_ops;
35+ DROP OPERATOR CLASS gist_numeric_ops USING gist ;
4036
4137DROP FUNCTION gbt_numeric_same(internal, internal, internal);
4238
@@ -50,7 +46,7 @@ DROP FUNCTION gbt_numeric_compress(internal);
5046
5147DROP FUNCTION gbt_numeric_consistent(internal,numeric ,int2);
5248
53- DROP OPERATOR CLASS gist_bytea_ops;
49+ DROP OPERATOR CLASS gist_bytea_ops USING gist ;
5450
5551DROP FUNCTION gbt_bytea_same(internal, internal, internal);
5652
@@ -64,9 +60,9 @@ DROP FUNCTION gbt_bytea_compress(internal);
6460
6561DROP FUNCTION gbt_bytea_consistent(internal,bytea ,int2);
6662
67- DROP OPERATOR CLASS gist_bpchar_ops;
63+ DROP OPERATOR CLASS gist_bpchar_ops USING gist ;
6864
69- DROP OPERATOR CLASS gist_text_ops;
65+ DROP OPERATOR CLASS gist_text_ops USING gist ;
7066
7167DROP FUNCTION gbt_text_same(internal, internal, internal);
7268
@@ -84,7 +80,7 @@ DROP FUNCTION gbt_bpchar_consistent(internal,bpchar,int2);
8480
8581DROP FUNCTION gbt_text_consistent(internal,text ,int2);
8682
87- DROP OPERATOR CLASS gist_macaddr_ops;
83+ DROP OPERATOR CLASS gist_macaddr_ops USING gist ;
8884
8985DROP FUNCTION gbt_macad_same(internal, internal, internal);
9086
@@ -98,7 +94,7 @@ DROP FUNCTION gbt_macad_compress(internal);
9894
9995DROP FUNCTION gbt_macad_consistent(internal,macaddr ,int2);
10096
101- DROP OPERATOR CLASS gist_cash_ops;
97+ DROP OPERATOR CLASS gist_cash_ops USING gist ;
10298
10399DROP FUNCTION gbt_cash_same(internal, internal, internal);
104100
@@ -112,7 +108,7 @@ DROP FUNCTION gbt_cash_compress(internal);
112108
113109DROP FUNCTION gbt_cash_consistent(internal,money ,int2);
114110
115- DROP OPERATOR CLASS gist_interval_ops;
111+ DROP OPERATOR CLASS gist_interval_ops USING gist ;
116112
117113DROP FUNCTION gbt_intv_same(internal, internal, internal);
118114
@@ -128,7 +124,7 @@ DROP FUNCTION gbt_intv_compress(internal);
128124
129125DROP FUNCTION gbt_intv_consistent(internal,interval,int2);
130126
131- DROP OPERATOR CLASS gist_date_ops;
127+ DROP OPERATOR CLASS gist_date_ops USING gist ;
132128
133129DROP FUNCTION gbt_date_same(internal, internal, internal);
134130
@@ -142,9 +138,9 @@ DROP FUNCTION gbt_date_compress(internal);
142138
143139DROP FUNCTION gbt_date_consistent(internal,date ,int2);
144140
145- DROP OPERATOR CLASS gist_timetz_ops;
141+ DROP OPERATOR CLASS gist_timetz_ops USING gist ;
146142
147- DROP OPERATOR CLASS gist_time_ops;
143+ DROP OPERATOR CLASS gist_time_ops USING gist ;
148144
149145DROP FUNCTION gbt_time_same(internal, internal, internal);
150146
@@ -162,9 +158,9 @@ DROP FUNCTION gbt_timetz_consistent(internal,timetz,int2);
162158
163159DROP FUNCTION gbt_time_consistent(internal,time ,int2);
164160
165- DROP OPERATOR CLASS gist_timestamptz_ops;
161+ DROP OPERATOR CLASS gist_timestamptz_ops USING gist ;
166162
167- DROP OPERATOR CLASS gist_timestamp_ops;
163+ DROP OPERATOR CLASS gist_timestamp_ops USING gist ;
168164
169165DROP FUNCTION gbt_ts_same(internal, internal, internal);
170166
@@ -182,7 +178,7 @@ DROP FUNCTION gbt_tstz_consistent(internal,timestamptz,int2);
182178
183179DROP FUNCTION gbt_ts_consistent(internal,timestamp ,int2);
184180
185- DROP OPERATOR CLASS gist_float8_ops;
181+ DROP OPERATOR CLASS gist_float8_ops USING gist ;
186182
187183DROP FUNCTION gbt_float8_same(internal, internal, internal);
188184
@@ -196,7 +192,7 @@ DROP FUNCTION gbt_float8_compress(internal);
196192
197193DROP FUNCTION gbt_float8_consistent(internal,float8,int2);
198194
199- DROP OPERATOR CLASS gist_float4_ops;
195+ DROP OPERATOR CLASS gist_float4_ops USING gist ;
200196
201197DROP FUNCTION gbt_float4_same(internal, internal, internal);
202198
@@ -210,7 +206,7 @@ DROP FUNCTION gbt_float4_compress(internal);
210206
211207DROP FUNCTION gbt_float4_consistent(internal,float4,int2);
212208
213- DROP OPERATOR CLASS gist_int8_ops;
209+ DROP OPERATOR CLASS gist_int8_ops USING gist ;
214210
215211DROP FUNCTION gbt_int8_same(internal, internal, internal);
216212
@@ -224,7 +220,7 @@ DROP FUNCTION gbt_int8_compress(internal);
224220
225221DROP FUNCTION gbt_int8_consistent(internal,int8,int2);
226222
227- DROP OPERATOR CLASS gist_int4_ops;
223+ DROP OPERATOR CLASS gist_int4_ops USING gist ;
228224
229225DROP FUNCTION gbt_int4_same(internal, internal, internal);
230226
@@ -238,7 +234,7 @@ DROP FUNCTION gbt_int4_compress(internal);
238234
239235DROP FUNCTION gbt_int4_consistent(internal,int4,int2);
240236
241- DROP OPERATOR CLASS gist_int2_ops;
237+ DROP OPERATOR CLASS gist_int2_ops USING gist ;
242238
243239DROP FUNCTION gbt_int2_same(internal, internal, internal);
244240
@@ -252,7 +248,7 @@ DROP FUNCTION gbt_int2_compress(internal);
252248
253249DROP FUNCTION gbt_int2_consistent(internal,int2,int2);
254250
255- DROP OPERATOR CLASS gist_oid_ops;
251+ DROP OPERATOR CLASS gist_oid_ops USING gist ;
256252
257253DROP FUNCTION gbt_oid_same(internal, internal, internal);
258254
@@ -270,32 +266,12 @@ DROP FUNCTION gbt_oid_compress(internal);
270266
271267DROP FUNCTION gbt_oid_consistent(internal,oid ,int2);
272268
273- DROP TYPE gbtreekey_var;
274-
275- DROP FUNCTION gbtreekey_var_out(gbtreekey_var);
276-
277- DROP FUNCTION gbtreekey_var_in(cstring);
278-
279- DROP TYPE gbtreekey32;
280-
281- DROP FUNCTION gbtreekey32_out(gbtreekey32);
282-
283- DROP FUNCTION gbtreekey32_in(cstring);
284-
285- DROP TYPE gbtreekey16;
286-
287- DROP FUNCTION gbtreekey16_out(gbtreekey16);
288-
289- DROP FUNCTION gbtreekey16_in(cstring);
290-
291- DROP TYPE gbtreekey8;
292-
293- DROP FUNCTION gbtreekey8_out(gbtreekey8);
269+ DROP TYPE gbtreekey_var CASCADE;
294270
295- DROP FUNCTION gbtreekey8_in(cstring) ;
271+ DROP TYPE gbtreekey32 CASCADE ;
296272
297- DROP TYPE gbtreekey4 ;
273+ DROP TYPE gbtreekey16 CASCADE ;
298274
299- DROP FUNCTION gbtreekey4_out(gbtreekey4) ;
275+ DROP TYPE gbtreekey8 CASCADE ;
300276
301- DROP FUNCTION gbtreekey4_in(cstring) ;
277+ DROP TYPE gbtreekey4 CASCADE ;
0 commit comments