projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b38d0
)
Accept regression diffs in plpgsql test case
author
Pavan Deolasee
<
[email protected]
>
Mon, 21 May 2018 06:21:42 +0000
(11:51 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Mon, 21 May 2018 06:21:42 +0000
(11:51 +0530)
The new output looks correct and has been fixed because of our work to get
transaction handling correct.
src/test/regress/expected/plpgsql.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/plpgsql.out
b/src/test/regress/expected/plpgsql.out
index b03423e260d5477bb1bdddf175cb1ee61e0e77e2..13605cad706a54cb0dd023a09e69d066fe1832e5 100644
(file)
--- a/
src/test/regress/expected/plpgsql.out
+++ b/
src/test/regress/expected/plpgsql.out
@@
-2058,8
+2058,7
@@
CONTEXT: PL/pgSQL function subxact_rollback_semantics() line 6 during statement
select * from foo;
f1
----
- 1
-(1 row)
+(0 rows)
drop table foo;
create function trap_timeout() returns void as $$
@@
-2590,8
+2589,8
@@
begin
end; $$ language plpgsql;
select execute_into_test('eifoo');
NOTICE: 10 1
-NOTICE:
<NULL> <NULL>
-NOTICE:
<NULL> <NULL> <NULL>
+NOTICE:
10 15
+NOTICE:
10 15 20
execute_into_test
-------------------
(1,2)