Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a84952

Browse files
committed
Change "superuser_reserved_connections" default to 3, because of
possible autovacuum use.
1 parent1f57aac commit1a84952

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.80 2006/09/0221:11:26 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.81 2006/09/0223:04:20 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -383,7 +383,7 @@ SET ENABLE_SEQSCAN TO OFF;
383383
</para>
384384

385385
<para>
386-
The default value is2. The value must be less than the value of
386+
The default value is3. The value must be less than the value of
387387
<varname>max_connections</varname>. This parameter can only be
388388
set at server start.
389389
</para>

‎src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.348 2006/09/0217:08:10 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.349 2006/09/0223:04:20 momjian Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1139,7 +1139,7 @@ static struct config_int ConfigureNamesInt[] =
11391139
NULL
11401140
},
11411141
&ReservedBackends,
1142-
2,0,INT_MAX /4,NULL,NULL
1142+
3,0,INT_MAX /4,NULL,NULL
11431143
},
11441144

11451145
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp