mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Reduce DEF_MAXBACKENDS to 32 so that default configuration
is less likely to fail for lack of semaphores.
This commit is contained in:
4
src/configure
vendored
4
src/configure
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user