Re: [HACKERS] LONG

Jan Wieck <wieck@debis.com>

From: wieck@debis.com (Jan Wieck)
To: wieck@debis.com
Cc: pgman@candle.pha.pa.us, tgl@sss.pgh.pa.us, pgsql-hackers@postgresql.org
Date: 1999-12-13T06:46:01Z
Lists: pgsql-hackers
>     We  change  heap_formtuple(),  heap_copytuple()  etc.  not to
>     allocate the entire thing in one palloc(). Instead the  tuple
>     portion itself is allocated separately and the current memory
>     context remembered too  in  the  HeapTuple  struct  (this  is
>     required below).

Uhh,

    just  realized  that  the  usual  pfree(htup)  will  not work
    anymore. But shouldn't that already have been something  like
    heap_freetuple(htup)?


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #