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 00:21:09
Message-ID: 200111070021.fA70L9O03486@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:
> > The number of params and the length of identifiers are two things we
> > should increase in 7.3.
>
> > In TODO we now have:
>
> > * Increase identifier length (NAMEDATALEN) if small performance hit
> > * Increase maximum number of function parameters
>
> We already *did* increase the standard max number of function
> parameters, from 8 to 16, and that was just a couple or three versions
> back. I don't recall hearing any groundswell of complaints to evidence
> that very many people need it set higher.

I was talking to Ben Adida last week (OpenACS) and he mentioned they are
having problems with the limit at 16, and it seems Josh is as well. Ben
is doing some object-oriented function mechanism, and you know how that
can eat parameters. Seems we should increase to 24 or 32. Is there a
downside to the increase. I can't even imagine a performance hit.

Comments?

--
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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-11-07 00:26:17 Re: Can't find docs on Postgresql.conf
Previous Message Tom Lane 2001-11-07 00:17:59 Re: Can't find docs on Postgresql.conf