Re: PostgreSQL v7.1 Release Candidate 4 - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: PostgreSQL v7.1 Release Candidate 4
Date
Msg-id Pine.LNX.4.21.0104092339430.23841-100000@linuxworld.com.au
Whole thread Raw
In response to Re: PostgreSQL v7.1 Release Candidate 4  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce,

Problem is the use of heap_drop_with_catalog().
*              heap_drop_with_catalog  - removes all record of named
relation from catalogs**              1)      open relation, check for existence, etc.*              2)      remove
inheritanceinformation*              3)      remove indexes*              4)      remove pg_class tuple*
5)     remove pg_attribute tuples and related descriptions*              6)      remove pg_description tuples*
   7)      remove pg_type tuples*              8)      RemoveConstraints ()*              9)      unlink relation
 

Only these things are destroyed. relchecks, for example, stays consistent
and works correctly.

Gavin



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL v7.1 Release Candidate 4
Next
From: Thomas Lockhart
Date:
Subject: Re: M68K...