pgsql/src/backend/commands variable.c

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

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

Log message:
    Check for multiple arguments on parameters which do not allow them.
    The last version caught this with an assert because I wasn't sure whether
    we should elog(ERROR) or just loop through the parameters.


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

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