Re: Can't find docs on Postgresql.conf

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(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 00:45:00
Message-ID: 2774.1005093900@sss.pgh.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.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2001-11-07 01:32:56 Re: Can't find docs on Postgresql.conf
Previous Message Bruce Momjian 2001-11-07 00:28:36 Re: Can't find docs on Postgresql.conf