From: Noah Misch Date: Tue, 20 Oct 2015 04:57:25 +0000 (-0400) Subject: Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482. X-Git-Tag: REL9_4_6~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fc7125e21bbc1a84b8670e3d8ac7f7f4b204a9d;p=postgresql Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482. master emits an extra context message compared to 9.5 and earlier. --- diff --git a/src/test/regress/expected/plpgsql.out b/src/test/regress/expected/plpgsql.out index f7872cf639..711bc6edba 100644 --- a/src/test/regress/expected/plpgsql.out +++ b/src/test/regress/expected/plpgsql.out @@ -2062,7 +2062,6 @@ set statement_timeout to 2000; select trap_timeout(); NOTICE: nyeah nyeah, can't stop me ERROR: end of function -CONTEXT: PL/pgSQL function trap_timeout() line 15 at RAISE rollback; -- Test for pass-by-ref values being stored in proper context create function test_variable_storage() returns text as $$