transformColumnDefinition failed to complain about
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:21:00 +0000 (18:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:21:00 +0000 (18:21 +0000)
commitcd407354eedfabfe9ffc87f3cab40583e4234861
treeac843f35e6cd75b48ee906fab4a94a452935461a
parenta060d5ffdcae76f8cabe0c4dbcbc3b88ad1515e7
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