Re: update on TOAST status'

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: PostgreSQL HACKERS <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: update on TOAST status'
Date: 2000-07-11 22:18:26
Message-ID: 3896.963353906@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

JanWieck(at)t-online(dot)de (Jan Wieck) writes:
> I've looked at textout() and, well, your style of detoasting
> arguments looks alot better and easier. From the way it's
> implemented I assume the per tuple memory context is done
> too, no?

Not yet --- I'm running regress tests on it right now, though.
You're right that I'm assuming the function routines can leak
memory without trouble.

(We might need to avoid leaks in the comparison routines that are used
for indexes, but otherwise I think this scheme will work comfortably.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2000-07-11 22:20:56 Re: Foreign key bugs (Re: [BUGS] "New" bug?? Serious - crashesbackend.)
Previous Message Jan Wieck 2000-07-11 22:18:20 Re: Foreign key bugs (Re: [BUGS] "New" bug?? Serious - crashesbackend.)