@@ -586,7 +586,7 @@ diff ../../../src/test/regress/expected/atx2.out ../tmp_check/regress_outdir/res
586586 drop table if exists atx_tt1;
587587 close c2;
588588+ ERROR: cursor "c2" does not exist
589- -- 13
589+ --
590590 create table atx_13_t(i int);
591591 begin;
592592@@ -490,9 +489,7 @@
@@ -623,7 +623,7 @@ diff ../../../src/test/regress/expected/atx3.out ../tmp_check/regress_outdir/res
623623 SET client_min_messages = 'warning';
624624 DROP FUNCTION IF EXISTS atx_test_30_one();
625625 DROP FUNCTION IF EXISTS atx_test_30_two();
626- @@ -383 ,50 +380 ,38 @@
626+ @@ -547 ,50 +544 ,38 @@
627627 INSERT INTO abc VALUES (1);
628628 INSERT INTO abc VALUES (2);
629629 COMMIT AND CHAIN; -- TBLOCK_END
@@ -683,7 +683,7 @@ diff ../../../src/test/regress/expected/atx3.out ../tmp_check/regress_outdir/res
683683 COMMIT;
684684 ROLLBACK;
685685 BEGIN;
686- @@ -498 ,24 +483 ,13 @@
686+ @@ -662 ,24 +647 ,13 @@
687687
688688 SAVEPOINT x;
689689 COMMIT AND CHAIN; -- TBLOCK_SUBCOMMIT
@@ -712,7 +712,7 @@ diff ../../../src/test/regress/expected/atx3.out ../tmp_check/regress_outdir/res
712712 COMMIT;
713713 ROLLBACK;
714714 -- different mix of options just for fun
715- @@ -586 ,17 +560 ,14 @@
715+ @@ -750 ,17 +724 ,14 @@
716716 COMMIT;
717717 -- not allowed outside a transaction block
718718 COMMIT AUTONOMOUS AND CHAIN; -- error