Commit 936ba6d
committed
Add EXTERNAL resource pool support for ALTER WORKLOAD GROUP
Support USING EXTERNAL pool_name syntax where the external pool
can appear first in the USING clause, enabling:
- USING EXTERNAL p_ext (external pool only)
- USING EXTERNAL p_ext, p_int (external first, then internal)
- USING p_int, EXTERNAL p_ext (internal first, then external)
Enables AlterWorkloadGroupStatementTests130 and Baselines130.1 parent b1e2884 commit 936ba6d
3 files changed
Lines changed: 21 additions & 7 deletions
File tree
- parser
- testdata
- AlterWorkloadGroupStatementTests130
- Baselines130_AlterWorkloadGroupStatementTests130
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6562 | 6562 | | |
6563 | 6563 | | |
6564 | 6564 | | |
6565 | | - | |
6566 | 6565 | | |
6567 | | - | |
6568 | | - | |
6569 | | - | |
6570 | | - | |
| 6566 | + | |
6571 | 6567 | | |
6572 | 6568 | | |
6573 | 6569 | | |
| 6570 | + | |
| 6571 | + | |
| 6572 | + | |
| 6573 | + | |
| 6574 | + | |
| 6575 | + | |
| 6576 | + | |
| 6577 | + | |
| 6578 | + | |
| 6579 | + | |
| 6580 | + | |
| 6581 | + | |
| 6582 | + | |
| 6583 | + | |
| 6584 | + | |
| 6585 | + | |
| 6586 | + | |
| 6587 | + | |
6574 | 6588 | | |
6575 | 6589 | | |
6576 | 6590 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments