8000 Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482. · SudhirLonkar/postgres@b97a41a · GitHub
[go: up one dir, main page]

Skip to content

Commit b97a41a

Browse files
committed
Fix back-patch of commit 8e3b4d9.
master emits an extra context message compared to 9.5 and earlier.
1 parent 91d62b1 commit b97a41a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/regress/expected/plpgsql.out

Lines changed: 0 additions & 1 deletion
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)
0