Re: FUNC_MAX_ARGS benchmarks

Marc Fournier <scrappy@hub.org>

From: "Marc G. Fournier" <scrappy@hub.org>
To: Andrew Sullivan <andrew@libertyrms.info>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2002-08-02T16:28:48Z
Lists: pgsql-hackers
On Fri, 2 Aug 2002, Andrew Sullivan wrote:

> On Fri, Aug 02, 2002 at 10:39:47AM -0400, Tom Lane wrote:
> >
> > Actually, plpgsql is pretty expensive too.  The thing to be benchmarking
> > is applications of plain old built-in-C functions and operators.
>
> I thought part of the justification for this was for the OpenACS
> guys; don't they write everything in TCL?

Nope, the OpenACS stuff relies on plpgsql functions ... the 'TCL' is the
web pages themselves, vs using something like PHP ... I may be wrong, but
I do not believe any of the functions are in TCL ...