From: Nathan Wagner Date: Thu, 30 Sep 2021 16:31:35 +0000 (-0500) Subject: remove consistency test wrapper X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad290c4b929fa9557d4c58bad7b1b10e2bb4b682;p=pgm remove consistency test wrapper --- diff --git a/functions/consistency.sql b/functions/consistency.sql index aab916f..2ef76c0 100644 --- a/functions/consistency.sql +++ b/functions/consistency.sql @@ -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