-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORCA dsisable the update and delete on partitioned tables
After CBDB merged with PG14, we need to provide additional support for the case where the update/delete is a dynamic (any) scan operator. This is because in `ExecModifyTable`, PG14 has an assumption: the current `resultRelInfo` will not be a root partition table. The current commit disables the update/delete generated by ORCA on the partition table, and this behavior will be supported in subsequent changes.
- Loading branch information
Showing
11 changed files
with
390 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.