Accept regression diffs in plpgsql test case
authorPavan Deolasee <[email protected]>
Mon, 21 May 2018 06:21:42 +0000 (11:51 +0530)
committerPavan 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

index b03423e260d5477bb1bdddf175cb1ee61e0e77e2..13605cad706a54cb0dd023a09e69d066fe1832e5 100644 (file)
@@ -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)