pgsql: Fix filtered_base_yylex() to save and restore base_yylval and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix filtered_base_yylex() to save and restore base_yylval and
Date: 2007-01-06 19:14:27
Message-ID: 20070106191427.4A9B69FA6B0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/parser:
parser.c (r1.68 -> r1.68.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parser.c.diff?r1=1.68&r2=1.68.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2007-01-06 19:18:36 pgsql: Replace xmlroot with a properly functioning version that parses
Previous Message Tom Lane 2007-01-06 19:14:18 pgsql: Fix filtered_base_yylex() to save and restore base_yylval and