Re: Making oidvector and int2vector variable-length

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Making oidvector and int2vector variable-length
Дата
Msg-id 20050327194239.GB14232@dcc.uchile.cl
обсуждение исходный текст
Ответ на Making oidvector and int2vector variable-length  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Making oidvector and int2vector variable-length
Список pgsql-hackers
On Sun, Mar 27, 2005 at 12:44:41PM -0500, Tom Lane wrote:
> I've been toying with the idea of converting the oidvector and
> int2vector datatypes from fixed-width arrays to variable-length;
> that is, stick a varlena length word on the front and store only
> pronargs or indnatts entries instead of a fixed number.

This mean that it would be possible to set FUNC_MAX_ARGS much higher
without performance loss, right?  That alone sounds like a big win to
me.

-- 
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Linux transformó mi computadora, de una `máquina para hacer cosas',
en un aparato realmente entretenido, sobre el cual cada día aprendo
algo nuevo" (Jaime Salinas)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: _RollbackFunc : dead code?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Bug 1500