Skip to content
Snippets Groups Projects
Commit 2dee828c authored by Tom Lane's avatar Tom Lane
Browse files

Remove plpgsql's separate lexer (finally!), in favor of using the core lexer

directly.  This was a lot of trouble, but should be worth it in terms of
not having to keep the plpgsql lexer in step with core anymore.  In addition
the handling of keywords is significantly better-structured, allowing us to
de-reserve a number of words that plpgsql formerly treated as reserved.
parent 60cd1f18
No related branches found
No related tags found
No related merge requests found
Showing
with 1041 additions and 1050 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment