Thread

  1. toasting for other varlena types

    Jan Wieck <janwieck@t-online.de> — 2000-07-28T10:50:14Z

    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 #
    
    
    
    
  2. Re: toasting for other varlena types

    Tom Lane <tgl@sss.pgh.pa.us> — 2000-07-28T15:10:14Z

    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