pgsql: transformColumnDefinition failed to complain about create table

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: transformColumnDefinition failed to complain about create table
Дата
Msg-id 20070620182100.88E979FBFE7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
transformColumnDefinition failed to complain about
    create table foo (bar int default null default 3);
due to not thinking about the special-case handling of DEFAULT NULL.
Problem noticed while investigating bug #3396.

Modified Files:
--------------
    pgsql/src/backend/parser:
        analyze.c (r1.365 -> r1.366)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.365&r2=1.366)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: CREATE DOMAIN ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: transformColumnDefinition failed to complain about create table