Re: Can't find docs on Postgresql.conf

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Can't find docs on Postgresql.conf
Date: 2001-11-07 01:47:16
Message-ID: 200111070147.fA71lGm11645@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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(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

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2001-11-07 02:11:35 Re: Increasing MAX_ARGS
Previous Message Josh Berkus 2001-11-07 01:34:58 Re: Increasing MAX_ARGS