transformColumnDefinition failed to complain about
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/analyze.c | modified | +6 −2 |