Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.
master emits an extra context message compared to 9.5 and earlier.
This commit is contained in:
parent
91d62b14f2
commit
b97a41a7c0
@ -2062,7 +2062,6 @@ set statement_timeout to 2000;
|
|||||||
select trap_timeout();
|
select trap_timeout();
|
||||||
NOTICE: nyeah nyeah, can't stop me
|
NOTICE: nyeah nyeah, can't stop me
|
||||||
ERROR: end of function
|
ERROR: end of function
|
||||||
CONTEXT: PL/pgSQL function trap_timeout() line 15 at RAISE
|
|
||||||
rollback;
|
rollback;
|
||||||
-- Test for pass-by-ref values being stored in proper context
|
-- Test for pass-by-ref values being stored in proper context
|
||||||
create function test_variable_storage() returns text as $$
|
create function test_variable_storage() returns text as $$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user