Skip to content

Commit de92465

Browse files
committed
cleanup
1 parent 2e84491 commit de92465

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/017-operators-ore.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,7 @@ DROP FUNCTION IF EXISTS cs_encrypted_ore_64_8_compare(a cs_encrypted_v1, b cs_en
406406

407407
CREATE FUNCTION cs_encrypted_ore_64_8_compare(a cs_encrypted_v1, b cs_encrypted_v1)
408408
RETURNS integer AS $$
409-
DECLARE
410409
BEGIN
411-
RAISE NOTICE 'cs_encrypted_ore_64_8_compare(a cs_encrypted_v1, b cs_encrypted_v1)';
412410
RETURN compare_ore_64_8_v1(cs_ore_64_8_v1(a), cs_ore_64_8_v1(b));
413411
END;
414412
$$ LANGUAGE plpgsql;
@@ -417,9 +415,7 @@ DROP FUNCTION IF EXISTS cs_encrypted_ore_64_8_compare(a cs_encrypted_v1, b cs_en
417415

418416
CREATE FUNCTION cs_encrypted_ore_64_8_compare(a cs_encrypted_v1, b jsonb)
419417
RETURNS integer AS $$
420-
DECLARE
421418
BEGIN
422-
RAISE NOTICE 'cs_encrypted_ore_64_8_compare(a cs_encrypted_v1, b jsonb)';
423419
RETURN compare_ore_64_8_v1(cs_ore_64_8_v1(a), cs_ore_64_8_v1(jsonb));
424420
END;
425421
$$ LANGUAGE plpgsql;

0 commit comments

Comments
 (0)