1
0
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:
Tom Lane
1999-03-06 21:25:04 +00:00
parent 731603a92b
commit d19fc4cacb
2 changed files with 4 additions and 4 deletions

4
src/configure vendored
View File

@@ -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