pgsql/src backend/parser/gram.y backend/parser ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src backend/parser/gram.y backend/parser ...
Дата
Msg-id 20020502184411.42E54476659@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/02 14:44:11

Modified files:
    src/backend/parser: gram.y keywords.c scan.l
    src/backend/utils/adt: ruleutils.c
    src/include/parser: keywords.h

Log message:
    Tweak scanner/grammar interface so that the keyword-as-identifier rules
    in gram.y can make use of the keywords.c string table, instead of having
    their own copies of the keyword strings.  This saves a few kilobytes and
    more importantly eliminates an opportunity for cut-and-paste errors.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src backend/catalog/namespace.c backend/ ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/backend/storage/lmgr s_lock.c