]> git.ipfire.org Git - thirdparty/postgresql.git/commit
transformColumnDefinition failed to complain about
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:21:08 +0000 (18:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:21:08 +0000 (18:21 +0000)
commit65e67e2bb2e241e1bec0b4519c0dd8bfa1f9c30f
tree5d8f32565df037ac05136cec677d50dd2fc41359
parentfb573ef636b9d5bcaf4ddb3f3a2b28493155bad2
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.
src/backend/parser/analyze.c