]> granicus.if.org Git - postgresql/commit
CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:16:30 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Jun 2007 18:16:30 +0000 (18:16 +0000)
commitcbe8af81b215392f3bd2a29170963fee29bedb90
tree57fbea8dd2e85db43c5b8c8500561fe4e3b310b8
parent72cbfa4fcc6718fcd8c4eb479d0353b8802ce322
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.
src/backend/commands/typecmds.c