-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generate spans from planstate During ExecutorEnd, we can process the executed plan to generate spans from the instrumented nodes. * Update tests with the expected planstate spans * Add GUC parameter to enable spans from planstate * pgindent * Correctly handle deparse offset * Output plan counters, parameters and deparse info for span nodes * Avoid cascade in cleanup test * Update wal test with span node expected values * Added tests for planstate * Fix full buffer test expectation * Remove unecessary prototype * Don't instrument query if planstate spans are not requested * Rename planstate spans parameter * Update doc with new parameters * Typo * pgindent * Export exec_nested_level * Correctly propagate parent end time to process_query_desc * Stop node instrumentation on error * Renamed planstate_start to traced_planstate and fix parent link * Update test expectations * Update nested test * Fix typo in deparse help text
- Loading branch information
Showing
28 changed files
with
1,818 additions
and
190 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
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.