pgsql-server/src/pl/plpgsql/src gram.y pl_comp ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src/pl/plpgsql/src gram.y pl_comp ...
Дата
Msg-id 20020808013605.26C2A4754A8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/07 21:36:05

Modified files:
    src/pl/plpgsql/src: gram.y pl_comp.c pl_funcs.c plpgsql.h scan.l

Log message:
    Clean up plpgsql identifier handling: process quoted identifiers
    correctly, truncate to NAMEDATALEN where needed, allow whitespace
    around dots in qualified identifiers.  Get rid of T_RECFIELD and
    T_TGARGV token categories, which weren't accomplishing anything
    except to create room for sins of omission in the grammar, ie,
    places that should have allowed them and didn't.  Fix a few other
    bugs en passant.


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

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