]> granicus.if.org Git - postgresql/commit
Oops, DEFAULT processing wasn't doing type compatibility checking
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Oct 1999 02:12:26 +0000 (02:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Oct 1999 02:12:26 +0000 (02:12 +0000)
commit7cd67c800a5eb469488f2090098b72aa8c17a742
treed588d5f4180ebc3387f3c3e70146fb5294a40346
parenteabc714a916b772650c97b065ef27767dc5942e4
Oops, DEFAULT processing wasn't doing type compatibility checking
quite the same way that transformInsertStatement does, so that an expression
could be accepted by CREATE TABLE and then fail when used.  Also, put back
check that CONSTRAINT expressions must yield boolean...
src/backend/catalog/heap.c