Skip to content

Commit f101e9e

Browse files
committed
Drop compare_ore_array(
1 parent 94fcf01 commit f101e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/000-ore.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $$ LANGUAGE plpgsql;
8888
-- doesn't always make sense but it's here for completeness.
8989
-- If both are non-empty, we compare the first element. If they are equal
9090
-- we need to consider the next block so we recurse, otherwise we return the comparison result.
91-
91+
DROP FUNCTION IF EXISTS compare_ore_array(a ore_64_8_index_v1, b ore_64_8_index_v1);
9292

9393
CREATE FUNCTION compare_ore_array(a ore_64_8_index_v1, b ore_64_8_index_v1)
9494
RETURNS integer AS $$

0 commit comments

Comments
 (0)