Re: [HACKERS] Priorities for 6.6

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Priorities for 6.6
Дата
Msg-id 199906040327.XAA04545@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Priorities for 6.6  (Vadim Mikheev <vadim@krs.ru>)
Ответы Re: [HACKERS] Priorities for 6.6
Список pgsql-hackers
> Implementation seems easy:
> 
> struct varlena
> {
>     int32       vl_len;
>     char        vl_dat[1];
> };
> 
> 1. make vl_len uint32;
> 2. use vl_len & 0x80000000 as flag that underlying data is
>    in another place;
> 3. put oid of external "relation" (where data is stored),
>    blocknumber and item position (something else?) to vl_dat.
> ...

Yes, it would be very nice to have this.

--  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 по дате отправления:

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Open 6.5 items
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Open 6.5 items