]> 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:57:25 +0000 (00:57 -0400)
master emits an extra context message compared to 9.5 and earlier.

src/test/regress/expected/plpgsql.out

index 5ebd23f7ade9d5071f43d5c62eefc31c23927001..7fd85ba4ceabbf56dd44909d173f93e469b26ddb 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 $$