Re: [HACKERS] Arbitrary tuple size

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Arbitrary tuple size
Дата
Msg-id 199907090436.AAA08230@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Arbitrary tuple size  (wieck@debis.com (Jan Wieck))
Список pgsql-hackers
> > Aren't index tuples still tuples?  Can't they be split just like
> > regular tuples?
> 
>     Don't know, maybe.
> 
>     While  looking  for  some  places  where  tuple data might be
>     accessed directly inside of the  buffers  I've  searched  for
>     WriteBuffer() and friends. These are mostly used in the index
>     access methods and some other places where I  expected  them,
>     so  index  AM's  have  at  least to be carefully visited when
>     implementing tuple split.

See my recent mail.  heap_getnext and heap_fetch().  Can't get lower
access than that.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@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 по дате отправления:

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] PATCH for pgconnection.h
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] acl problem in NetBSD/m68k