pgsql: Give an explicit error for serial[], rather than silently

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Give an explicit error for serial[], rather than silently
Дата
Msg-id 20080321221056.3BCD07558DC@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Give an explicit error for serial[], rather than silently ignoring
the array decoration as the code had been doing.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_utilcmd.c (r2.9 -> r2.10)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_utilcmd.c?r1=2.9&r2=2.10)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Report the current queries of all backends involved in a deadlock
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove TypeName struct's timezone flag, which has been write-only