Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8c85a34a3b945059e1bc03e2f0988b8092a365fd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-29T03:01:32Z
Releases: 8.1.0
Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
former to 100 by default.  Clean up some of the less necessary
dependencies on FUNC_MAX_ARGS; however, the biggie (FunctionCallInfoData)
remains.

Files