aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-12-23 23:02:26 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-12-23 23:02:26 +0000
commitb1bff7e6fab06b7c10d11f4dbb9d10e2bc421606 (patch)
tree247b1896cd373172b251bbd27c095a34a838a74b
parent936d43d8423aa1306a8d4d2bc4fb4a6fb4c37116 (diff)
downloadpostgresql-b1bff7e6fab06b7c10d11f4dbb9d10e2bc421606.tar.gz
postgresql-b1bff7e6fab06b7c10d11f4dbb9d10e2bc421606.zip
Update info about shared memory space calculation to match CVS tip's behavior.
-rw-r--r--doc/src/sgml/runtime.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index af1ccf38ba6..331a5c3b893 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.357 2005/11/04 23:14:01 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.358 2005/12/23 23:02:26 tgl Exp $
-->
<chapter Id="runtime">
@@ -1031,12 +1031,12 @@ set semsys:seminfo_semmsl=32
<tbody>
<row>
<entry><xref linkend="guc-max-connections"></>
- <entry>400 + 220 * <xref linkend="guc-max-locks-per-transaction"></entry>
+ <entry>400 + 400 * <xref linkend="guc-max-locks-per-transaction"></entry>
</row>
<row>
<entry><xref linkend="guc-max-prepared-transactions"></>
- <entry>600 + 220 * <xref linkend="guc-max-locks-per-transaction"></entry>
+ <entry>600 + 400 * <xref linkend="guc-max-locks-per-transaction"></entry>
</row>
<row>