Re: Increasing MAX_ARGS

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

Tom,

> src/include.
>
> If you haven't run configure yet, do that first.

OK.
1. I modified /src/include/config.h.in
2. I configured postgres. Config.h correctly shows MAX_ARGS at 32.
3. I built postgres
4. I initdb'd.

As a test, I tried building a function with 20 parameters in Template1.
I got:

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

What's going on here? Is there a check for the number of arguments
outside of the compile configuration?

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2001-11-07 01:47:16 Re: Can't find docs on Postgresql.conf
Previous Message Bruce Momjian 2001-11-07 01:32:56 Re: Can't find docs on Postgresql.conf