Skip to content

Commit 18ed6c6

Browse files
author
Gil Mizrahi
committed
don't introspect, add to defaults
1 parent 94571d7 commit 18ed6c6

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

crates/configuration/src/version5/options.rs

+2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ fn default_introspect_prefix_function_comparison_operators() -> Vec<String> {
155155
"lseg_perp".to_string(),
156156
"network_overlap".to_string(),
157157
"network_sub".to_string(),
158+
"network_subeq".to_string(),
158159
"network_sup".to_string(),
160+
"network_supeq".to_string(),
159161
"on_pb".to_string(),
160162
"on_pl".to_string(),
161163
"on_ppath".to_string(),

static/citus/v5-configuration/configuration.json

+2
Original file line numberDiff line numberDiff line change
@@ -3556,7 +3556,9 @@
35563556
"lseg_perp",
35573557
"network_overlap",
35583558
"network_sub",
3559+
"network_subeq",
35593560
"network_sup",
3561+
"network_supeq",
35603562
"on_pb",
35613563
"on_pl",
35623564
"on_ppath",

static/cockroach/v5-configuration/configuration.json

+2
Original file line numberDiff line numberDiff line change
@@ -3109,7 +3109,9 @@
31093109
"lseg_perp",
31103110
"network_overlap",
31113111
"network_sub",
3112+
"network_subeq",
31123113
"network_sup",
3114+
"network_supeq",
31133115
"on_pb",
31143116
"on_pl",
31153117
"on_ppath",

static/postgres/v5-configuration/configuration.json

+2
Original file line numberDiff line numberDiff line change
@@ -3965,7 +3965,9 @@
39653965
"lseg_perp",
39663966
"network_overlap",
39673967
"network_sub",
3968+
"network_subeq",
39683969
"network_sup",
3970+
"network_supeq",
39693971
"on_pb",
39703972
"on_pl",
39713973
"on_ppath",

static/schema.json

+4
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@
249249
"lseg_perp",
250250
"network_overlap",
251251
"network_sub",
252+
"network_subeq",
252253
"network_sup",
254+
"network_supeq",
253255
"on_pb",
254256
"on_pl",
255257
"on_ppath",
@@ -1309,7 +1311,9 @@
13091311
"lseg_perp",
13101312
"network_overlap",
13111313
"network_sub",
1314+
"network_subeq",
13121315
"network_sup",
1316+
"network_supeq",
13131317
"on_pb",
13141318
"on_pl",
13151319
"on_ppath",

static/yugabyte/v5-configuration/configuration.json

+2
Original file line numberDiff line numberDiff line change
@@ -3544,7 +3544,9 @@
35443544
"lseg_perp",
35453545
"network_overlap",
35463546
"network_sub",
3547+
"network_subeq",
35473548
"network_sup",
3549+
"network_supeq",
35483550
"on_pb",
35493551
"on_pl",
35503552
"on_ppath",

0 commit comments

Comments
 (0)