Re: [HACKERS] Patch attached... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Patch attached...
Date
Msg-id 200002050505.AAA16626@candle.pha.pa.us
Whole thread Raw
In response to Patch attached...  (Chris <chris@bitmead.com>)
List pgsql-hackers
> 
> Attached is a patch for the ONLY inheritance
> functionality...
> 
> *) It includes a SET compatibility mode.
> *) The overhead for non-inheritance has
> been cut down to 30 microseconds (on a pc).
> *) It needs an initdb.
> 
> Comments welcome.
> 

One problem is that you use SearchSysCacheTupleCopy while
SearchSysCacheTuple is more appropriate.  You need Copy only when you
are going to be using the cache tuple for an extended period.  Looks
like the rest of that particular function is OK.

However, I have received an objection from someone on another issue
related to the patch.  There are no documentation changes for that
patch.  That includes the SET manual page, and any other place
Inheritance is mentioned.  You also need to update
include/catalog/catversion.h because initdb is required.  

I will wait for a new patch that has these changes, and any others
mentioned by people.  Thanks.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Patch attached...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Patch attached...