forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit73a2f6c
committed
More incremental refactoring in plpgsql: get rid of gram.y dependencies on
yytext. This is a necessary change if we're going to have a lexer interfacelayer that does lookahead, since yytext won't necessarily be in step withwhat the grammar thinks is the current token. yylval and yylloc shouldbe the only side-variables that we need to manage when doing lookahead.1 parent6ac697f commit73a2f6c