Thread: pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...

pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/04 22:30:50

Modified files:
    doc/src/sgml   : catalogs.sgml
    src/backend/access/common: tupdesc.c
    src/backend/catalog: heap.c pg_proc.c
    src/backend/executor: functions.c nodeFunctionscan.c
    src/backend/parser: gram.y 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

Log message:
    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.