Re: [HACKERS] Patch attached...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Chris <chris(at)bitmead(dot)com>
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Patch attached...
Date: 2000-02-05 05:07:41
Message-ID: 200002050507.AAA16644@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FYI the SearchSysCacheTupleCopy call that I was objecting to was in
function has_inheritors. Looks like you clearly are on the right track
with the patch. There is some tricky code in there, and it looks pretty
good.

>
> 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.
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris 2000-02-05 05:59:46 Re: [HACKERS] Patch attached...
Previous Message Bruce Momjian 2000-02-05 05:05:49 Re: [HACKERS] Patch attached...