-
+
Server Configuration
- The default value is 2. The value must be less than the value of
+ The default value is 3. The value must be less than the value of
max_connections. This parameter can only be
set at server start.
* Written by Peter Eisentraut
.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.348 2006/09/02 17:08:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.349 2006/09/02 23:04:20 momjian Exp $
*
*--------------------------------------------------------------------
*/
NULL
},
&ReservedBackends,
- 2, 0, INT_MAX / 4, NULL, NULL
+ 3, 0, INT_MAX / 4, NULL, NULL
},
{