pgsql/src/backend/commands variable.c

Поиск
Список
Период
Сортировка
От thomas@postgresql.org (Thomas Lockhart)
Тема pgsql/src/backend/commands variable.c
Дата
Msg-id 20020421191246.70986475905@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/04/21 15:12:46

Modified files:
    src/backend/commands: variable.c

Log message:
    Allow more choices for style of value in various SET commands. Formerly,
    most required a stringy syntax in the parser; now integers and floats
    can (or should) be handled. There is at least one cheesy error message
    mentioning sending mail to me if there are problems; should be changed
    prior to release.
    Allow lists of values from the parser in more cases. If multiple arguments
    were not allowed previously, they probably are not allowed now, but at
    least the data structures being passed around are more consistant across
    more cases.


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

Предыдущее
От: thomas@postgresql.org (Thomas Lockhart)
Дата:
Сообщение: pgsql/src/backend/access/transam xlog.c
Следующее
От: thomas@postgresql.org (Thomas Lockhart)
Дата:
Сообщение: pgsql/src/backend/parser gram.y keywords.c