CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT

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

Commit: cbe8af81b215392f3bd2a29170963fee29bedb90
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-06-20T18:16:30Z
Releases: 7.3.20
CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
NULL and DefineDomain didn't.  Bug goes all the way back to original coding
of domains.  Per bug #3396 from Sergey Burladyan.

Files

PathChange+/−
src/backend/commands/typecmds.c modified +41 −30