Re: Increasing MAX_ARGS - Mailing list pgsql-sql

From Josh Berkus
Subject Re: Increasing MAX_ARGS
Date
Msg-id web-500392@davinci.ethosmedia.com
Whole thread Raw
Responses Re: Increasing MAX_ARGS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Increasing MAX_ARGS  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Can't find docs on Postgresql.conf
Next
From: Bruce Momjian
Date:
Subject: Re: Can't find docs on Postgresql.conf