]> granicus.if.org Git - pgm/commitdiff
remove consistency test wrapper
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 30 Sep 2021 16:31:35 +0000 (11:31 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 30 Sep 2021 16:31:35 +0000 (11:31 -0500)
functions/consistency.sql

index aab916ff019a778e2b16b52165857e096d0c9aa3..2ef76c0ef5d2ab1df8cbafebbb6091f357b9213f 100644 (file)
@@ -1,5 +1,3 @@
-begin;
-
 create function zz_concat(bytea, bytea) returns bytea as 
     $$select digest($1 || $2,'sha256');$$ strict language 'sql';
 
@@ -40,11 +38,6 @@ begin
 end;
 $$;
 
-select table_hash('foo'::regclass, 'a', 100);
-select table_hash('bar'::regclass, 'b', 100);
-
-rollback;
-
 /*
 create function all_hash() returns text language plpgsql as $$
 declare