We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fcf01 commit f101e9eCopy full SHA for f101e9e
sql/000-ore.sql
@@ -88,7 +88,7 @@ $$ LANGUAGE plpgsql;
88
-- doesn't always make sense but it's here for completeness.
89
-- If both are non-empty, we compare the first element. If they are equal
90
-- we need to consider the next block so we recurse, otherwise we return the comparison result.
91
-
+DROP FUNCTION IF EXISTS compare_ore_array(a ore_64_8_index_v1, b ore_64_8_index_v1);
92
93
CREATE FUNCTION compare_ore_array(a ore_64_8_index_v1, b ore_64_8_index_v1)
94
RETURNS integer AS $$
0 commit comments