pgsql: Tweak the backend scanner (and psqlscan.l, which must track the

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Tweak the backend scanner (and psqlscan.l, which must track the
Дата
Msg-id 20050526012430.14F3952848@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak the backend scanner (and psqlscan.l, which must track the backend
scanner anyway) to avoid having any backup states.  According to the
flex manual, this should speed things up, and indeed the backend scanner
is about a third faster according to some quick profiling checks.
I haven't tried to measure the speed change in psql, but it probably
is similar.

Modified Files:
--------------
    pgsql/src/backend/parser:
        scan.l (r1.121 -> r1.122)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l.diff?r1=1.121&r2=1.122)
    pgsql/src/bin/psql:
        psqlscan.l (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/psqlscan.l.diff?r1=1.9&r2=1.10)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Adjust datetime parsing to be more robust.