pgsql: transformColumnDefinition failed to complain about create table - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: transformColumnDefinition failed to complain about create table
Date
Msg-id 20070620182108.822FC9FBFF3@postgresql.org
Whole thread Raw
List 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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/parser:
        analyze.c (r1.353 -> r1.353.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.353&r2=1.353.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: transformColumnDefinition failed to complain about create table
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: transformColumnDefinition failed to complain about create table