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