diff options
| author | Tom Lane | 1999-03-06 21:25:04 +0000 |
|---|---|---|
| committer | Tom Lane | 1999-03-06 21:25:04 +0000 |
| commit | d19fc4cacbc38279cdf44d960f686d06fa037196 (patch) | |
| tree | d9cc37563b1eaf16c49ab9fa844acff5286bf390 /src/configure | |
| parent | 731603a92b115db97c1202df243954195070c500 (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-x | src/configure | 4 |
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 |
