diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-10 02:13:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-10 02:13:13 +0000 |
commit | 73a2f6c653cabe57f93e4a7f51dfea7b753076b4 (patch) | |
tree | 25dd7a2641093f89479dd09c54e9bcf746366706 /src/backend/commands/async.c | |
parent | 6ac697f18065f41cad4e3c63a674575b711e03b6 (diff) | |
download | postgresql-73a2f6c653cabe57f93e4a7f51dfea7b753076b4.tar.gz postgresql-73a2f6c653cabe57f93e4a7f51dfea7b753076b4.zip |
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 interface
layer that does lookahead, since yytext won't necessarily be in step with
what the grammar thinks is the current token. yylval and yylloc should
be the only side-variables that we need to manage when doing lookahead.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions