Re: TOAST (was: BLOB)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TOAST (was: BLOB)
Дата
Msg-id 23685.956357662@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TOAST (was: BLOB)  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: TOAST (was: BLOB)  (wieck@debis.com (Jan Wieck))
Список pgsql-sql
Peter Eisentraut <peter_e@gmx.net> writes:
>> I'll  need  alot  of  help  to  make  all  our existing types
>> toastable,

> I'm wondering how transparent all of this will be. What is involved in
> making existing types toastable? How does that affect user defined
> datatypes now and in the future?

I'd like to think that we can fold the TOAST support into the
argument-access macros that I plan to be defining for the fmgr rewrite.
See previous rants on this subject, eg 14-Jun-99, 23-Oct-99 (in
pgsql-hackers archives).

Net result for user-defined-datatype authors will be "if you revise
your routines, they will be easier to read, more portable, and will
support TOASTed values.  If you don't, they'll still work about as
well (or poorly) as they did before."
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Counting distinct names
Следующее
От: Matthew Denny
Дата:
Сообщение: question on UPDATE rules