CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/typecmds.c | modified | +41 −30 |