|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.357 2005/11/04 23:14:01 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.358 2005/12/23 23:02:26 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter Id="runtime">
|
@@ -1031,12 +1031,12 @@ set semsys:seminfo_semmsl=32
|
1031 | 1031 | <tbody>
|
1032 | 1032 | <row>
|
1033 | 1033 | <entry><xref linkend="guc-max-connections"></>
|
1034 |
| - <entry>400 +220 * <xref linkend="guc-max-locks-per-transaction"></entry> |
| 1034 | + <entry>400 +400 * <xref linkend="guc-max-locks-per-transaction"></entry> |
1035 | 1035 | </row>
|
1036 | 1036 |
|
1037 | 1037 | <row>
|
1038 | 1038 | <entry><xref linkend="guc-max-prepared-transactions"></>
|
1039 |
| - <entry>600 +220 * <xref linkend="guc-max-locks-per-transaction"></entry> |
| 1039 | + <entry>600 +400 * <xref linkend="guc-max-locks-per-transaction"></entry> |
1040 | 1040 | </row>
|
1041 | 1041 |
|
1042 | 1042 | <row>
|
|