Re: Open 7.3 items
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: nconway@klamath.dyndns.org (Neil Conway)
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2002-07-31T15:31:13Z
Lists: pgsql-hackers
nconway@klamath.dyndns.org (Neil Conway) writes: >> FUNC_MAX_ARGS - disk/performance penalty for increase, 24, 32? > Until someone takes the time to determine what the performance > implications of this change will be, I don't think we should > change this. Given that no one has done any testing, I'm not > convinced that there's a lot of demand for this anyway. The OpenACS guys really really wanted larger FUNC_MAX_ARGS (I think they had some 25-arg functions). And we do see questions about increasing the limit fairly often on the lists. I suspect we could bump it up to 32 at little cost --- but someone should run some experiments to verify. regards, tom lane