Skip to content

Commit 7fc7125

Browse files
committed
Fix back-patch of commit 8e3b4d9.
master emits an extra context message compared to 9.5 and earlier.
1 parent 563f40b commit 7fc7125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/regress/expected/plpgsql.out

-1
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,6 @@ set statement_timeout to 2000;
20622062
select trap_timeout();
20632063
NOTICE: nyeah nyeah, can't stop me
20642064
ERROR: end of function
2065-
CONTEXT: PL/pgSQL function trap_timeout() line 15 at RAISE
20662065
rollback;
20672066
-- Test for pass-by-ref values being stored in proper context
20682067
create function test_variable_storage() returns text as $$

0 commit comments

Comments
 (0)