File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 890
890
echo " $ac_t " " $with_maxbackends " 1>&6
891
891
else
892
892
cat >> confdefs.h << EOF
893
- #define DEF_MAXBACKENDS 64
893
+ #define DEF_MAXBACKENDS 32
894
894
EOF
895
- echo " $ac_t " " 64 " 1>&6
895
+ echo " $ac_t " " 32 " 1>&6
896
896
897
897
fi
898
898
Original file line number Diff line number Diff line change @@ -255,13 +255,13 @@ AC_ARG_WITH(
255
255
AC_DEFINE_UNQUOTED(DEF_PGPORT, "5432") AC_MSG_RESULT(5432)
256
256
)
257
257
258
- dnl DEF_MAXBACKENDS can be set by --with-maxbackends. Default value is 64 .
258
+ dnl DEF_MAXBACKENDS can be set by --with-maxbackends. Default value is 32 .
259
259
AC_MSG_CHECKING(setting DEF_MAXBACKENDS)
260
260
AC_ARG_WITH(
261
261
maxbackends,
262
262
[ --with-maxbackends=<n> set default maximum number of server processes ],
263
263
AC_DEFINE_UNQUOTED(DEF_MAXBACKENDS, ${withval}) AC_MSG_RESULT($with_maxbackends),
264
- AC_DEFINE_UNQUOTED(DEF_MAXBACKENDS, 64 ) AC_MSG_RESULT(64 )
264
+ AC_DEFINE_UNQUOTED(DEF_MAXBACKENDS, 32 ) AC_MSG_RESULT(32 )
265
265
)
266
266
267
267
dnl We exclude tcl support unless user says --with-tcl
You can’t perform that action at this time.
0 commit comments