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 09:15:50 +0000 (14:45 +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 a12d4cdf70626f3f618e975aa3c3462cfbde3a6e..011222a4861745be90d5a8f03282ae787cc9fce8 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)