summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorTom Lane1999-03-06 21:25:04 +0000
committerTom Lane1999-03-06 21:25:04 +0000
commitd19fc4cacbc38279cdf44d960f686d06fa037196 (patch)
treed9cc37563b1eaf16c49ab9fa844acff5286bf390 /src/configure
parent731603a92b115db97c1202df243954195070c500 (diff)
Reduce DEF_MAXBACKENDS to 32 so that default configuration
is less likely to fail for lack of semaphores.
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index f72f96f09f..fea71c37cb 100755
--- a/src/configure
+++ b/src/configure
@@ -890,9 +890,9 @@ EOF
echo "$ac_t""$with_maxbackends" 1>&6
else
cat >> confdefs.h <<EOF
-#define DEF_MAXBACKENDS 64
+#define DEF_MAXBACKENDS 32
EOF
- echo "$ac_t""64" 1>&6
+ echo "$ac_t""32" 1>&6
fi