Log Message:
-----------
Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc
properly when doing a lookahead. The lack of this was causing various
interesting misbehaviors when one tries to use "with" as a plain identifier.
Modified Files:
--------------
pgsql/src/backend/parser:
parser.c (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parser.c.diff?r1=1.69&r2=1.70)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2007-01-06 19:14:27 |
| Subject: pgsql: Fix filtered_base_yylex() to save and restore base_yylval and |
| Previous: | From: Bruce Momjian | Date: 2007-01-06 15:19:45 |
| Subject: pgsql: Document problems with release links in early branches. |