File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ diff ../../../src/test/regress/expected/atx2.out ../tmp_check/regress_outdir/res
586
586
drop table if exists atx_tt1;
587
587
close c2;
588
588
+ ERROR: cursor "c2" does not exist
589
- -- 13
589
+ --
590
590
create table atx_13_t(i int);
591
591
begin;
592
592
@@ -490,9 +489,7 @@
@@ -623,7 +623,7 @@ diff ../../../src/test/regress/expected/atx3.out ../tmp_check/regress_outdir/res
623
623
SET client_min_messages = 'warning';
624
624
DROP FUNCTION IF EXISTS atx_test_30_one();
625
625
DROP FUNCTION IF EXISTS atx_test_30_two();
626
- @@ -383 ,50 +380 ,38 @@
626
+ @@ -547 ,50 +544 ,38 @@
627
627
INSERT INTO abc VALUES (1);
628
628
INSERT INTO abc VALUES (2);
629
629
COMMIT AND CHAIN; -- TBLOCK_END
@@ -683,7 +683,7 @@ diff ../../../src/test/regress/expected/atx3.out ../tmp_check/regress_outdir/res
683
683
COMMIT;
684
684
ROLLBACK;
685
685
BEGIN;
686
- @@ -498 ,24 +483 ,13 @@
686
+ @@ -662 ,24 +647 ,13 @@
687
687
688
688
SAVEPOINT x;
689
689
COMMIT AND CHAIN; -- TBLOCK_SUBCOMMIT
@@ -712,7 +712,7 @@ diff ../../../src/test/regress/expected/atx3.out ../tmp_check/regress_outdir/res
712
712
COMMIT;
713
713
ROLLBACK;
714
714
-- different mix of options just for fun
715
- @@ -586 ,17 +560 ,14 @@
715
+ @@ -750 ,17 +724 ,14 @@
716
716
COMMIT;
717
717
-- not allowed outside a transaction block
718
718
COMMIT AUTONOMOUS AND CHAIN; -- error
You can’t perform that action at this time.
0 commit comments