Thread: toasting for other varlena types

toasting for other varlena types

From
JanWieck@t-online.de (Jan Wieck)
Date:
Tom,
   AFAICS,   only  "text",  "lztext"  and  all  arrays  are  yet   toastable.  Which of the other base types do we want
to have   in 7.1?
 
   Who else is willing to contribute to this?


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #




Re: toasting for other varlena types

From
Tom Lane
Date:
JanWieck@t-online.de (Jan Wieck) writes:
>     AFAICS,   only  "text",  "lztext"  and  all  arrays  are  yet
>     toastable.  Which of the other base types do we want to  have
>     in 7.1?

All of the varlena ones ... although I'm wondering whether it's worth
marking numeric as toastable or not.  A numeric probably can't get
big enough to be worth toasting, no?

I've been a little distracted by other issues but am still planning to
turn the crank on the fmgr changes, and getting the rest of the varlena
types done seems to be the number-one priority there.
        regards, tom lane