Re: Speeding up the Postgres lexer

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Speeding up the Postgres lexer
Дата
Msg-id 16584.1116905854@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Speeding up the Postgres lexer  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> However, the lexer isn't touched anywhere near as much as the grammar is 
>   right?

Yeah --- if you look at the CVS history, changes that affect the flex
rules (and not just the text of the C-code actions) are really rare
these days.  If there were a lot of churn I'd think this proposal was
completely impractical, but there's not much anymore.
        regards, tom lane


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Speeding up the Postgres lexer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Deadlocks in 7.4.x ...