]> granicus.if.org Git - postgresql/commit
Remove some long-obsolete code that was causing a strange error message
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Jun 2004 03:24:04 +0000 (03:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Jun 2004 03:24:04 +0000 (03:24 +0000)
commit223b813d0ef76eebcb74f405cb77ed8855b37f4b
treeebbcdcfc0269ea9c350d0f9460abbea885f16c57
parent7eb2ff799e0bfcc59d160964f0aafed4901db4ba
Remove some long-obsolete code that was causing a strange error message
when someone attempts to create a column of a composite datatype.  For
now, just make sure we produce a reasonable error at the 'right place'.
Not sure if this will be made to work before 7.5, but make it act
reasonably in case nothing more gets done.
src/backend/catalog/heap.c
src/backend/parser/analyze.c