OSDN Git Service

Preliminary code review for anonymous-composite-types patch: fix breakage
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Aug 2002 02:30:50 +0000 (02:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Aug 2002 02:30:50 +0000 (02:30 +0000)
commit07f9682de43ce53fcd6d86744f610cacfabc60bb
tree2415db60be54912154c9c8f8834fb94f33fa5bca
parentac1a3dcf24e182a1cc9a136246b7f18a8a64bbd5
Preliminary code review for anonymous-composite-types patch: fix breakage
of functions returning domain types, update documentation for typtype,
move get_typtype to lsyscache.c (actually, resurrect the old version),
add defense against creating pseudo-typed table columns, fix some
bogus list-parsing in grammar.  Issues remain with respect to alias
handling and type checking; Joe is on those.
12 files changed:
doc/src/sgml/catalogs.sgml
src/backend/access/common/tupdesc.c
src/backend/catalog/heap.c
src/backend/catalog/pg_proc.c
src/backend/executor/functions.c
src/backend/executor/nodeFunctionscan.c
src/backend/parser/gram.y
src/backend/parser/parse_relation.c
src/backend/utils/cache/lsyscache.c
src/include/catalog/pg_type.h
src/include/parser/parse_relation.h
src/include/utils/lsyscache.h