Commit 307b066
committed
fix: allow COMMIT in nested procedure calls for Oracle compatibility
- Make anonymous blocks (DO) and CALL statements non-atomic in Oracle mode
- Set requires_procedure_resowner for Oracle-style procedure calls
- Update expected test output for plisql_transaction1 parent 7261f1c commit 307b066
File tree
3 files changed
+45
-6
lines changed- src
- backend/tcop
- pl/plisql/src
- expected
3 files changed
+45
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
713 | 714 | | |
714 | 715 | | |
715 | 716 | | |
716 | | - | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
717 | 736 | | |
718 | 737 | | |
719 | 738 | | |
| |||
857 | 876 | | |
858 | 877 | | |
859 | 878 | | |
860 | | - | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
861 | 897 | | |
862 | 898 | | |
863 | 899 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
482 | 480 | | |
483 | 481 | | |
484 | 482 | | |
485 | | - | |
486 | | - | |
| 483 | + | |
487 | 484 | | |
488 | 485 | | |
489 | 486 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2717 | 2717 | | |
2718 | 2718 | | |
2719 | 2719 | | |
| 2720 | + | |
| 2721 | + | |
| 2722 | + | |
2720 | 2723 | | |
2721 | 2724 | | |
2722 | 2725 | | |
| |||
2744 | 2747 | | |
2745 | 2748 | | |
2746 | 2749 | | |
| 2750 | + | |
| 2751 | + | |
| 2752 | + | |
2747 | 2753 | | |
2748 | 2754 | | |
2749 | 2755 | | |
| |||
0 commit comments