Skip to content

Commit e568597

Browse files
committed
fix regress tests
1 parent c6c38aa commit e568597

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

expected/plpgsql_check_active.out

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9479,11 +9479,7 @@ $$ language plpgsql;
94799479
\c
94809480
-- should not to crash
94819481
select trace_test(3);
9482-
trace_test
9483-
------------
9484-
3
9485-
(1 row)
9486-
9482+
ERROR: too late initialization of fmgr_plpgsql_cache
94879483
create table testtable_pure_expr(a int);
94889484
-- detection of not pure expressions
94899485
create or replace function pure_expr()

0 commit comments

Comments
 (0)