From e67bb7af5a2e0f014fc69cd168954f022de90a51 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 7 Sep 2001 00:46:42 +0000 Subject: Missed a few places that referred to a compile-time limit on max_connections. --- doc/src/sgml/runtime.sgml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6e80adf00eb..1347e80eed6 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1145,10 +1145,8 @@ dynamic_library_path = '/usr/local/lib:/home/my_project/lib:$libdir:$libdir/cont Determines how many concurrent connections the database server - will allow. The default is 32. There is also a compiled-in - hard upper limit on this value, which is typically 1024 - (both numbers can be altered when compiling the server). This - parameter can only be set at server start. + will allow. The default is 32 (unless altered while building + the server). This parameter can only be set at server start. @@ -1760,7 +1758,7 @@ dynamic_library_path = '/usr/local/lib:/home/my_project/lib:$libdir:$libdir/cont Postgres uses one semaphore per allowed connection (