Re: Can't find docs on Postgresql.conf

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Can't find docs on Postgresql.conf
Дата
Msg-id 200111070147.fA71lGm11645@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Can't find docs on Postgresql.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Doesn't it store in pg_proc as an array, which is of variable length?
> 
> No, it's *fixed* length.  Increasing FUNC_MAX_ARGS translates directly
> to wasted space.

If we increase it from 16 to 24, that changes from 180 to 212 or a 17%
increase.  That may be a reasonable default.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@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-sql по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Increasing MAX_ARGS
Следующее
От: wyatt@draggoo.com
Дата:
Сообщение: Single VIEW, and FUNCTION questions...