RE: CLASSOID patch - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject RE: CLASSOID patch
Date
Msg-id 000b01bfdf19$5d2140a0$2801007e@tpf.co.jp
Whole thread Raw
In response to CLASSOID patch  (Chris Bitmead <chris@bitmead.com>)
Responses Re: [PATCHES] RE: CLASSOID patch
List pgsql-hackers
> -----Original Message-----
> From: pgsql-hackers-owner@hub.org [mailto:pgsql-hackers-owner@hub.org]On
> Behalf Of Chris Bitmead
>
> Attached is a first attempt at implementing the classoid feature. It
> works! Can the postgres gurus comment if I've done it right and point
> out any problems. A lot of it was guess work so I'm sure it can be
> cleaned up some.
>

The points I've noticed are the following.

1) It seems not preferable to add an entry *relation* which is of
    Relation type in HeapTupleData. Relation OID seems to be
    sufficient for your purpose.

2) The change in optimizer/path/tidpath.c seems to have
    no meaning.

Sorry,I have no time to check your patch more now.

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: CLASSOID patch
Next
From: Tom Lane
Date:
Subject: Re: About the pid and opts files