-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix explain(locus) show NULL. (#238)
Fix materialize locus is null when enable_material is off. When creating plan, make_material() is added directly besides a material path and lacks of locus info. Add locus info for that material plan. Fix locus is null under Subplan. fix_subplan_motion() will add Motion by Flow, either Gather or Broadcast. Add locus according to Flow type. Fix Result, One-Time Filter Result locus is null. Result node will call create_scan_plan() itself if it's a simple RTE_RESULT base relation. Add locus for that. Fix PREPARE EXECUTE statement locus null. Plancache will copy PlannedStmt list if it's not a oneshot plan. Add files locustype and parallel in CopyPlanFields(). Authored-by: Zhang Mingli avamingli@gmail.com
- Loading branch information
1 parent
235aff9
commit 657ff08
Showing
5 changed files
with
215 additions
and
1 deletion.
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
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