transformColumnDefinition failed to complain about

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 01e570e68491335fa3902afdb59ca7df7e72bdcc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-06-20T18:21:51Z
Releases: 7.3.20
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

PathChange+/−
src/backend/parser/analyze.c modified +6 −2