OSDN Git Service

Tweak heap.c to refuse attempts to create table columns of standalone
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Sep 2002 23:40:56 +0000 (23:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Sep 2002 23:40:56 +0000 (23:40 +0000)
commitda395b56cd0844f73232961fe0823f4c224bc721
treebb7ef806205c2f5bd123d8ef0975655bebaaa5ff
parent4a0c3a6142698c7f2f99230679dc80cd9d7e5e4e
Tweak heap.c to refuse attempts to create table columns of standalone
composite types.  Add a couple more lsyscache.c routines to support this,
and make use of them in some other places that were doing lookups the
hard way.
src/backend/catalog/dependency.c
src/backend/catalog/heap.c
src/backend/commands/indexcmds.c
src/backend/utils/adt/ruleutils.c
src/backend/utils/cache/lsyscache.c
src/include/utils/lsyscache.h