Re: Status report: getting plpgsql to use the core lexer

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Status report: getting plpgsql to use the core lexer
Дата
Msg-id 8240.1247701258@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Status report: getting plpgsql to use the core lexer  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> ...  I spent a fair amount of time trying to work around that
>> by eliminating uses of "yytext" in plpgsql, and mostly succeeded, but
>> there are still some left.  (Some of the remaining regression failures are
>> error messages that point at the wrong token because they rely on yytext.)

> Just wondering if there are additional regressions not detected due to
> pg_regress using the ignore-whitespace option to diff.

Good question, but I doubt it --- those messages all use double quotes
around the yytext string, and I believe that eg. "foo" and " foo" are
different even under --ignore-whitespace.

I just finished wiping all that stuff from my work directory, or I'd
be able to give you a non-guesswork answer :-( ... but it's not
worth regenerating the build for.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Status report: getting plpgsql to use the core lexer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] pg_migrator not setting values of sequences?