]> granicus.if.org Git - postgresql/commit
transformColumnDefinition failed to complain about
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:21:39 +0000 (18:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:21:39 +0000 (18:21 +0000)
commitd9544b67ce01fcb401b26f5eeca7dc29e8429194
tree1d72dd4e8dc4e24f8b61ecb5e71597ecc52bc1ff
parent4ed20db4f4596000bdb0c8c1759cfce067fbb4a5
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