Josh Berkus wrote:
>>>>max_function_args - int
>>>> Shows the maximum number of function arguments
>
>>>>max_index_keys - int
>>>> Shows the maximum number of index keys
>
> Have we decoupled these two variables? Last I checked, their values still
> had to be identical. If they have not been decoupled and won't be in the
> forseable future, why bother with 2 variables?
Their values are still the same, but Tom suggested we not couple them
inextricably by giving users access to them as one variable.
Joe