diff options
author | Noah Misch <noah@leadboat.com> | 2015-10-20 00:57:25 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2015-10-20 00:58:37 -0400 |
commit | 7fc7125e21bbc1a84b8670e3d8ac7f7f4b204a9d (patch) | |
tree | f05e09cde532edd6cdc6e6a1d374eaaaafeeac04 /src | |
parent | 563f40bb4e465e69c0a2641ce5880a679e69538b (diff) |
Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.
master emits an extra context message compared to 9.5 and earlier.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/expected/plpgsql.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/regress/expected/plpgsql.out b/src/test/regress/expected/plpgsql.out index f7872cf6399..711bc6edba7 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 $$ |