Skip to content

Commit e921775

Browse files
committed
fix: disable ore_cllw operators
1 parent 33b752b commit e921775

File tree

6 files changed

+24
-16
lines changed

6 files changed

+24
-16
lines changed

src/ore_cllw_u64_8/operator_class.sql renamed to src/ore_cllw_u64_8/operator_class.sql.skip

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
-- REQUIRE: src/schema.sql
2-
-- REQUIRE: src/ore_cllw_u64_8/types.sql
3-
-- REQUIRE: src/ore_cllw_u64_8/functions.sql
4-
-- REQUIRE: src/ore_cllw_u64_8/operators.sql
1+
-- NOTE FILE IS DISABLED
2+
-- REPLACE `!REQUIRE` with `REQUIRE` to enable in the build
3+
4+
-- !REQUIRE: src/schema.sql
5+
-- !REQUIRE: src/ore_cllw_u64_8/types.sql
6+
-- !REQUIRE: src/ore_cllw_u64_8/functions.sql
7+
-- !REQUIRE: src/ore_cllw_u64_8/operators.sql
58

69

710

src/ore_cllw_u64_8/operators.sql renamed to src/ore_cllw_u64_8/operators.sql.skip

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
-- REQUIRE: src/schema.sql
2-
-- REQUIRE: src/common.sql
3-
-- REQUIRE: src/ore_cllw_u64_8/types.sql
4-
-- REQUIRE: src/ore_cllw_u64_8/functions.sql
1+
-- NOTE FILE IS DISABLED
2+
-- REPLACE `!REQUIRE` with `REQUIRE` to enable in the build
3+
4+
-- !REQUIRE: src/schema.sql
5+
-- !REQUIRE: src/common.sql
6+
-- !REQUIRE: src/ore_cllw_u64_8/types.sql
7+
-- !REQUIRE: src/ore_cllw_u64_8/functions.sql
58

69

710
CREATE FUNCTION eql_v2.ore_cllw_u64_8_eq(a eql_v2.ore_cllw_u64_8, b eql_v2.ore_cllw_u64_8)
File renamed without changes.

src/ore_cllw_var_8/operator_class.sql renamed to src/ore_cllw_var_8/operator_class.sql.skip

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
-- REQUIRE: src/schema.sql
2-
-- REQUIRE: src/ore_cllw_var_8/types.sql
3-
-- REQUIRE: src/ore_cllw_var_8/functions.sql
4-
-- REQUIRE: src/ore_cllw_var_8/operators.sql
1+
-- NOTE FILE IS DISABLED
2+
-- REPLACE `!REQUIRE` with `REQUIRE` to enable in the build
53

4+
-- !REQUIRE: src/schema.sql
5+
-- !REQUIRE: src/ore_cllw_var_8/types.sql
6+
-- !REQUIRE: src/ore_cllw_var_8/functions.sql
7+
-- !REQUIRE: src/ore_cllw_var_8/operators.sql
68

79

810
CREATE OPERATOR FAMILY eql_v2.ore_cllw_var_8_variable_btree_ops USING btree;

src/ore_cllw_var_8/operators.sql renamed to src/ore_cllw_var_8/operators.sql.skip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
-- REQUIRE: src/ore_cllw_var_8/types.sql
2-
-- REQUIRE: src/ore_cllw_var_8/functions.sql
1+
-- NOTE FILE IS DISABLED
2+
-- REPLACE `!REQUIRE` with `REQUIRE` to enable in the build
33

4+
-- !REQUIRE: src/ore_cllw_var_8/types.sql
5+
-- !REQUIRE: src/ore_cllw_var_8/functions.sql
46

57

6-
-- Lexical comparison operators
7-
88

99
CREATE OR REPLACE FUNCTION eql_v2.ore_cllw_var_8_eq(a eql_v2.ore_cllw_var_8, b eql_v2.ore_cllw_var_8) RETURNS boolean AS $$
1010
SELECT eql_v2.bytea_eq(a.bytes, b.bytes)

0 commit comments

Comments
 (0)