From 8c85a34a3b945059e1bc03e2f0988b8092a365fd Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 29 Mar 2005 03:01:32 +0000 Subject: 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. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 408418ee33a..f019dbb4ae6 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -3774,7 +3774,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' Shows the maximum number of function arguments. It is determined by the value of FUNC_MAX_ARGS when building the server. The - default value is 32. + default value is 100. -- cgit v1.2.3