Re: Increasing MAX_ARGS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Increasing MAX_ARGS
Date: 2001-11-07 16:30:41
Message-ID: 4805.1005150641@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:
> "ERROR: Procedures cannot take more than 16 arguments."

> FWIW, I cannot find any such message string in current sources,

Sigh, I was certainly not firing on all cylinders last night.
That *is* the spelling of the message in 7.1 and before --- see
catalog/pg_proc.c. Are you certain that you recompiled with the new
setting of FUNC_MAX_ARGS? Unless you did configure --enable-depend,
config.h changes generally require "make clean" before "make all" to
ensure that the changes propagate.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-11-07 16:35:04 Re: Increasing MAX_ARGS
Previous Message Ernesto Freyre 2001-11-07 16:21:17 help with sintaxis of quotes on function