Skip to content

Commit eea9365

Browse files
committed
Use ore_64_8_index_v1 instead of bytea[]
1 parent 2d22a91 commit eea9365

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
@@ -90,7 +90,7 @@ $$ LANGUAGE plpgsql;
9090
-- we need to consider the next block so we recurse, otherwise we return the comparison result.
9191

9292

93-
CREATE FUNCTION compare_ore_array(a bytea[], b bytea[])
93+
CREATE FUNCTION compare_ore_array(a ore_64_8_index_v1, b ore_64_8_index_v1)
9494
RETURNS integer AS $$
9595
DECLARE
9696
cmp_result integer;

0 commit comments

Comments
 (0)