Re: Doing psql's lexing with flex

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Doing psql's lexing with flex
Дата
Msg-id 24094.1077121974@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Doing psql's lexing with flex  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> I think we should put big warning signs on both the backend's and psql's
> .l files saying they must be kept in sync.

Right.  I was planning to do that, and also to make some trivial
reformatting in the backend's scan.l to make it easier to compare the
two files by diff.  For example, consistently write

    pattern        {
              action;
            }

not

    pattern        { action; }

so that the diffs are confined to the action lines.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: win32 setitimer implementation
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: NO WAIT ...