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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix filtered_base_yylex() to save and restore base_yylval and
Дата
Msg-id 20070106191418.272CE9FA621@postgresql.org
обсуждение исходный текст
Список 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.

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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document problems with release links in early branches.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix filtered_base_yylex() to save and restore base_yylval and