pgsql-server/src/backend/parser scan.l

Поиск
Список
Период
Сортировка
От thomas@postgresql.org (Thomas Lockhart)
Тема pgsql-server/src/backend/parser scan.l
Дата
Msg-id 20020804063618.18FA147580D@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    thomas@postgresql.org    02/08/04 02:36:18

Modified files:
    src/backend/parser: scan.l

Log message:
    Implement hex literal conversion to bit string literal.
    May not be the long-term solution (some continuing discussion with
    Peter E.) but better than the current mapping of a conversion to integer
    which I'd put in years ago before we had any bit string types at all.
    This is already supported in the bit string implementation elsewhere.


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

Предыдущее
От: thomas@postgresql.org (Thomas Lockhart)
Дата:
Сообщение: pgsql-server/src backend/utils/adt/varbit.c in ...
Следующее
От: thomas@postgresql.org (Thomas Lockhart)
Дата:
Сообщение: pgsql-server/src include/utils/timestamp.h bac ...