14:59:57 **** regression.diffs ****
14:59:57 diff -U3 /<<PKGBUILDDIR>>/expected/plpgsql_check_active-15.out /<<PKGBUILDDIR>>/results/plpgsql_check_active-15.out
14:59:57 --- /<<PKGBUILDDIR>>/expected/plpgsql_check_active-15.out 2022-05-16 05:26:38.000000000 +0000
14:59:57 +++ /<<PKGBUILDDIR>>/results/plpgsql_check_active-15.out 2022-05-20 12:59:56.991819484 +0000
14:59:57 @@ -527,10 +527,9 @@
14:59:57 end;
14:59:57 $$ language plpgsql;
14:59:57 select * from plpgsql_check_function('prtest'); --error
14:59:57 - plpgsql_check_function
14:59:57 ----------------------------------------------------------------------
14:59:57 - error:2D000:5:COMMIT:cannot commit while a subtransaction is active
14:59:57 -(1 row)
14:59:57 + plpgsql_check_function
14:59:57 +------------------------
14:59:57 +(0 rows)
14:59:57
14:59:57 create or replace procedure prtest()
14:59:57 as $$