Re: Increasing MAX_ARGS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Increasing MAX_ARGS
Date: 2001-11-07 04:43:37
Message-ID: 3386.1005108217@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Josh Berkus" <josh(at)agliodbs(dot)com> writes:
> As a test, I tried building a function with 20 parameters in Template1.
> I got:

> "ERROR: Procedures cannot take more than 16 arguments."

Get out your debugger and find where that's coming from. We might have
missed someplace that should be using the FUNC_MAX_ARGS symbol instead
of a hardwired constant (though I thought we'd fixed them all the last
time round...)

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-11-07 05:38:00 Re: Single VIEW, and FUNCTION questions...
Previous Message wyatt 2001-11-07 02:12:03 Single VIEW, and FUNCTION questions...