Re: "Truncated" tuples for tuple hash tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: "Truncated" tuples for tuple hash tables
Date
Msg-id 22256.1151351982@sss.pgh.pa.us
Whole thread Raw
In response to Re: "Truncated" tuples for tuple hash tables  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> On Mon, 2006-06-26 at 14:36 -0400, Tom Lane wrote:
>> I thought for awhile about MemoryTuple (as contrasted to HeapTuple) but
>> that seems too generic.  Any other thoughts?

> I like MemoryTuple but since we only use it when we go to disk...

> ExecutorTuple, MinimalTuple, DataOnlyTuple, MultTuple, TempFileTuple

MinimalTuple seems good to me ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: Change the row constructor syntax (ROW(...))
Next
From: Simon Riggs
Date:
Subject: Re: [PATCHES] Non-transactional pg_class, try 2