-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: rerun execbuilder for gist matching
This commit re-runs the execbuilder with the explain factory whenever plan-gist matching happens. This allows us to fully populate `plan.txt` contents of the bundle. Some care had to be taken to ensure that the new plan is used going forward (for correct annotation with exec stats). We also make a copy of the memo to be safe (so that the original memo isn't mutated by the execbuilder). Release note: None
- Loading branch information
1 parent
646bf4e
commit ff865fe
Showing
4 changed files
with
73 additions
and
67 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