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