Re: [HACKERS] generic LONG VARLENA
От | Bruce Momjian |
---|---|
Тема | Re: [HACKERS] generic LONG VARLENA |
Дата | |
Msg-id | 199912130603.BAA19486@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: [HACKERS] generic LONG VARLENA (Bruce Momjian <pgman@candle.pha.pa.us>) |
Список | pgsql-hackers |
> However, I see any reference to VARDATA could be a problem because it > assume the data is there, and not in the long* relations. I could > probably figure out which ones need expanding. They are mostly system > table accesses. The others go through adt or are output to the user. VARDATA looks tricky. Seems I may need that cache of values. In most cases, VARDATA values are used within the next few lines of code, just like system cache tuples. If I need it for longer periods, I have to palloc it. Good thing most VARDATA values are used for brief periods. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
В списке pgsql-hackers по дате отправления: