Re: HISTORY addition

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: HISTORY addition
Date: 2001-11-21 02:39:28
Message-ID: 200111210239.fAL2dSt10545@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > > Also I suggest we note somewhere that now octet_length(text) returns
> > > the length BEFORE compression for an incompatible change.
> >
> > octet_length(text_col) now returns non-compressed length (Tatsuo, Bruce)
> >
> > Done.
>
> Thanks. But I did nothing for this. Please remove my name.

But I did very little code for it myself. Just copied from another
function. Finding the problem was the majority of the work, and you did
that.

> BTW, are we going to make followings happen for 7.2?
>
> * Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
> * Make octet_length_client the same as octet_length()

No, we will leave octet_length() alone and revisit for 7.3. It is a low
priority and adding these would require initdb, and it is too late in
the release cycle anyway.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(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 Tatsuo Ishii 2001-11-21 02:43:16 Re: HISTORY addition
Previous Message Tatsuo Ishii 2001-11-21 02:35:06 Re: HISTORY addition