RE: CLASSOID patch

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема RE: CLASSOID patch
Дата
Msg-id 000b01bfdf19$5d2140a0$2801007e@tpf.co.jp
обсуждение исходный текст
Ответ на CLASSOID patch  (Chris Bitmead <chris@bitmead.com>)
Ответы Re: [PATCHES] RE: CLASSOID patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: CLASSOID patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: About the pid and opts files