]> granicus.if.org Git - postgresql/commitdiff
Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.
authorNoah Misch <noah@leadboat.com>
Tue, 20 Oct 2015 04:57:25 +0000 (00:57 -0400)
committerNoah Misch <noah@leadboat.com>
Tue, 20 Oct 2015 04:58:47 +0000 (00:58 -0400)
master emits an extra context message compared to 9.5 and earlier.

src/test/regress/expected/plpgsql.out

index 29b38f2f3f3ba6ee17483b13c1e6954607dc4ffb..9a6fc8259469af37972062be7e7f1e40cf0a9ccb 100644 (file)
@@ -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 $$