-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plpgsql: merge evalASt {quasiquote,macro}expand, add DEBUG-EVAL
env.get: loop instead of a recursion, string parameter (merged with vget), do not raise an exception when the key is missing. Split eval_ast in eval_{symbol,vector,map} in order to reduce the diff and improve readability of EVAL. Use existing blocks to declare variables near their use (several were unused). Simplify try*, perform TCO.
- Loading branch information
1 parent
ac666a1
commit 4e529a0
Showing
11 changed files
with
926 additions
and
914 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.