Re: Variable length varlena headers redux

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Variable length varlena headers redux
Дата
Msg-id 20070213083352.GA608@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: Variable length varlena headers redux  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Variable length varlena headers redux  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Mon, Feb 12, 2007 at 11:19:14PM -0500, Tom Lane wrote:
> Gregory Stark <gsstark@mit.edu> writes:

> By my count there are only 170 uses of VARATT_SIZEP in the entire
> backend (including contrib) so this is not an especially daunting
> change.  It would break existing user-written functions that return
> varlena values, but the fix wouldn't be painful for them either.

Could the "new style" macros be back-ported to previous releases in case
we do this? That way module maintainers wouldn't need to maintain
two different sets of code for it - they could use the new style and
just compile it against an older version of pg?


//Magnus


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: tsearch2: enable non ascii stop words with C locale
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: tsearch2: enable non ascii stop words with C locale