- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc46c0e5
committed
Fix transition tables for wCTEs.
The original coding didn't handle this case properly; each separateDML substatement needs its own set of transitions.Patch by Thomas MunroDiscussion:https://postgr.es/m/CAL9smLCDQ%3D2o024rBgtD4WihzX8B3C6u_oSQ2K3%2BR5grJrV0bg%40mail.gmail.com1 parent501ed02 commitc46c0e5
File tree
7 files changed
+174
-148
lines changed- src
- backend
- commands
- executor
- include/commands
- test/regress
- expected
- sql
7 files changed
+174
-148
lines changedLines changed: 8 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1416 | 1416 |
| |
1417 | 1417 |
| |
1418 | 1418 |
| |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
1419 | 1425 |
| |
1420 | 1426 |
| |
1421 | 1427 |
| |
| |||
1439 | 1445 |
| |
1440 | 1446 |
| |
1441 | 1447 |
| |
1442 |
| - | |
1443 |
| - | |
1444 |
| - | |
1445 |
| - | |
1446 |
| - | |
1447 |
| - | |
1448 |
| - | |
1449 |
| - | |
1450 | 1448 |
| |
1451 | 1449 |
| |
1452 | 1450 |
| |
| |||
2807 | 2805 |
| |
2808 | 2806 |
| |
2809 | 2807 |
| |
2810 |
| - | |
| 2808 | + | |
2811 | 2809 |
| |
2812 | 2810 |
| |
2813 | 2811 |
| |
| |||
2935 | 2933 |
| |
2936 | 2934 |
| |
2937 | 2935 |
| |
2938 |
| - | |
| 2936 | + | |
2939 | 2937 |
| |
2940 | 2938 |
| |
2941 | 2939 |
| |
|
0 commit comments
Comments
(0)