Re: [HACKERS] Arbitrary tuple size - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Arbitrary tuple size
Date
Msg-id 199907090436.AAA08230@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Arbitrary tuple size  (wieck@debis.com (Jan Wieck))
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] PATCH for pgconnection.h
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] acl problem in NetBSD/m68k