Re: Increasing MAX_ARGS - Mailing list pgsql-sql

From Tom Lane
Subject Re: Increasing MAX_ARGS
Date
Msg-id 3386.1005108217@sss.pgh.pa.us
Whole thread Raw
In response to Re: Increasing MAX_ARGS  ("Josh Berkus" <josh@agliodbs.com>)
Responses Re: Increasing MAX_ARGS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
"Josh Berkus" <josh@agliodbs.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


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Increasing MAX_ARGS
Next
From: "Josh Berkus"
Date:
Subject: Re: Single VIEW, and FUNCTION questions...