Re: [HACKERS] Priorities for 6.6

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Vadim Mikheev <vadim(at)krs(dot)ru>
Cc: Don Baccus <dhogaza(at)pacifier(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Priorities for 6.6
Date: 1999-06-04 03:27:14
Message-ID: 199906040327.XAA04545@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-06-04 03:28:47 Re: [HACKERS] Open 6.5 items
Previous Message Vadim Mikheev 1999-06-04 03:23:31 Re: [HACKERS] Open 6.5 items