-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some support for multiple PL languages in the same plugin
Right now this only benefits EnterpriseDB's SPL support, as it can now be built into the same .so file, and you can see SPL and PL/pgSQL stack frames simultaneously in the debugger. But this could be expanded to support e.g plperl or plpython. Even if you wouldn't allow setting breakpoints and stepping perl or python code, you could at least display functions written in those languages in the call stack.
- Loading branch information
Showing
4 changed files
with
732 additions
and
560 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
Oops, something went wrong.