diff options
author | Pavan Deolasee | 2018-05-21 06:21:42 +0000 |
---|---|---|
committer | Pavan Deolasee | 2018-05-21 06:21:42 +0000 |
commit | 8ba1e71f31f39c3da7d52e8f6e46bddfe872f2cd (patch) | |
tree | 842c8fa5381001b8acc87ecd08ffa515dd80eb98 | |
parent | c5b38d069356ea37255593ae36c02801fe83def9 (diff) |
Accept regression diffs in plpgsql test case
The new output looks correct and has been fixed because of our work to get
transaction handling correct.
-rw-r--r-- | src/test/regress/expected/plpgsql.out | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/test/regress/expected/plpgsql.out b/src/test/regress/expected/plpgsql.out index b03423e260..13605cad70 100644 --- 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) |