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 2d22a91 commit eea9365Copy full SHA for eea9365
sql/000-ore.sql
@@ -90,7 +90,7 @@ $$ LANGUAGE plpgsql;
90
-- we need to consider the next block so we recurse, otherwise we return the comparison result.
91
92
93
-CREATE FUNCTION compare_ore_array(a bytea[], b bytea[])
+CREATE FUNCTION compare_ore_array(a ore_64_8_index_v1, b ore_64_8_index_v1)
94
RETURNS integer AS $$
95
DECLARE
96
cmp_result integer;
0 commit comments