pgsql-server/src backend/catalog/Tag: backend/ ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/01/08 16:40:50

Modified files:
src/backend/catalog: Tag: REL7_3_STABLE pg_type.c
src/include/catalog: Tag: REL7_3_STABLE pg_type.h

Log message:
Repair bug noticed by Deepak Bhole: a shell type should have a dependency
on its namespace, so that it will go away if the schema is dropped.