Re: [SQL] 16 parameter limit - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [SQL] 16 parameter limit
Date
Msg-id 200204160318.g3G3IqK02695@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
Here is an email I sent to patches, minus the patch.  I am sending to
hackers for comments.

---------------------------------------------------------------------------

> 
> The following patch adds --maxindfuncparams to configure to allow you to
> more easily set the maximum number of function parameters and columns
> in an index.  (Can someone come up with a better name?)
> 
> The patch also removes --def_maxbackends, which Tom reported a few weeks
> ago he wanted to remove.  Can people review this?  To test it, you have
> to run autoconf.
> 
> Are we staying at 16 as the default?   I personally think we can
> increase it to 32 with little penalty, and that we should increase
> NAMEDATALEN to 64.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Stumbled upon a time bug...
Next
From: "Rod Taylor"
Date:
Subject: Re: [PATCHES] [SQL] 16 parameter limit